Browse Source

#检修计划查询区间

zhongwei
yang_shj 3 months ago
parent
commit
e054fc2800
  1. 2
      hzims-service/operational/src/main/java/com/hnac/hzims/operational/access/mapper/OperAccessTaskMapper.xml

2
hzims-service/operational/src/main/java/com/hnac/hzims/operational/access/mapper/OperAccessTaskMapper.xml

@ -93,7 +93,7 @@
and t.`PLAN_START_TIME` >= #{req.startTime} and t.`PLAN_START_TIME` >= #{req.startTime}
</if> </if>
<if test="req.endTime != null and req.startTime != '' "> <if test="req.endTime != null and req.startTime != '' ">
and t.`PLAN_START_TIME` &lt; #{req.endTime} and t.`PLAN_START_TIME` &lt;= #{req.endTime}
</if> </if>
<if test="req.deptIds != null"> <if test="req.deptIds != null">
and t.create_dept in and t.create_dept in

Loading…
Cancel
Save