Browse Source

场景定制

master
yanyan 3 years ago
parent
commit
c7877bce17
  1. 1
      lib/EmergencyService/zdxtEmergencyKnowledgeService/src/main/resources/mapper/SceneManageMapper.xml

1
lib/EmergencyService/zdxtEmergencyKnowledgeService/src/main/resources/mapper/SceneManageMapper.xml

@ -150,6 +150,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="guid != null and guid != ''">and cu.guid = #{guid}</if> <if test="guid != null and guid != ''">and cu.guid = #{guid}</if>
<if test="name != null and name != ''"> and cu.name like concat('%', #{name}, '%')</if> <if test="name != null and name != ''"> and cu.name like concat('%', #{name}, '%')</if>
<if test="status != null "> and cu.status = #{status}</if> <if test="status != null "> and cu.status = #{status}</if>
<if test="isOpen != null "> and is_open = #{isOpen}</if>
</where> </where>
order by cu.sort ASC order by cu.sort ASC
</select> </select>

Loading…
Cancel
Save