Commit 10fbdd5306df1b802dce97fcd0a765de56115f4a
1 parent
d59fb100c3
Exists in
dev
#fix:优化五色专案管理查询
Showing 1 changed file with 0 additions and 3 deletions
platform-biz-service/src/main/resources/mainOrm/master/AppointmentMapper.xml
View file @
10fbdd5
... | ... | @@ -39,9 +39,6 @@ |
39 | 39 | <if test="dept!=null"> |
40 | 40 | and (dept like concat(#{dept},'%') or (dept like concat("产后",'%') and dept !='产后服务部')) |
41 | 41 | </if> |
42 | - <if test="deptName!=null"> | |
43 | - and dept=#{deptName} | |
44 | - </if> | |
45 | 42 | and <![CDATA[checkTime>=#{startTime}]]> |
46 | 43 | and <![CDATA[checkTime<=#{endTime}]]> |
47 | 44 | <include refid="orderAndLimit"/> |