Commit 01a17c5114efef545642bef3ac1ef72640dfac10

Authored by zhangchao
1 parent 96c79a4013
Exists in dev

#fix:优化

Showing 1 changed file with 1 additions and 1 deletions

platform-biz-service/src/main/resources/mainOrm/master/AppointmentMapper.xml View file @ 01a17c5
... ... @@ -58,7 +58,7 @@
58 58 and (name like concat('%',#{name},'%') or pinyin like concat('%',#{name},'%'))
59 59 </if>
60 60 <if test="dept!=null">
61   - and (dept like concat(#{dept},'%') or dept like concat("产后",'%'))
  61 + and (dept like concat(#{dept},'%') or (dept like concat("产后",'%') and dept !='产后服务部'))
62 62 </if>
63 63 and <![CDATA[checkTime>=#{startTime}]]>
64 64 and <![CDATA[checkTime<=#{endTime}]]>