update
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
where
|
||||
open_area_mapping_id in <foreach collection="openAreaMappingIds" separator="," open="(" close=")" item="openAreaMappingId" >#{openAreaMappingId}</foreach>
|
||||
<if test="excludeInspectionSettingId != null">
|
||||
and inspection_setting_id != #{inspectionSettingId}
|
||||
and inspection_setting_id != #{excludeInspectionSettingId}
|
||||
</if>
|
||||
</update>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user