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