Browse Source

#检修计划查询区间

zhongwei
yang_shj 3 months ago
parent
commit
948b6a5db5
  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

@ -90,7 +90,7 @@
and t.`TICKET_ID` is null and t.`TICKET_ID` is null
</if> </if>
<if test="req.startTime != null and req.startTime != ''"> <if test="req.startTime != null and req.startTime != ''">
and t.`PLAN_START_TIME` &gt; #{req.startTime} and t.`PLAN_START_TIME` &gt;= #{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}

Loading…
Cancel
Save