src/main/resources/mybatis/tr/TbSpecialCheckScoreAndDangerLogMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/mybatis/tr/TbSpecialCheckScoreAndDangerLogMapper.xml
@@ -38,7 +38,7 @@ <where> deleted = 0 <if test="id != null"> and check_item_id = #{id} and check_item_id = #{checkItemId} </if> <if test="checkType != null"> and check_type like concat('%',#{checkType},'%')