This commit is contained in:
zhangchenbiao
2023-07-20 14:42:49 +08:00
parent 49940eb2cd
commit 75d4a9634e

View File

@@ -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>