PDA下发任务栏领取任务修改
This commit is contained in:
@@ -165,6 +165,9 @@
|
||||
<if test="receiveTimeEnd != null and receiveTimeEnd != ''">
|
||||
and date_format(a.receive_time, '%Y-%m-%d') <= #{receiveTimeEnd}
|
||||
</if>
|
||||
<if test="onlyReceived != null and onlyReceived == 1">
|
||||
and a.receive_time is not null
|
||||
</if>
|
||||
<choose>
|
||||
<when test="delFlag != null">
|
||||
and a.del_flag = #{delFlag}
|
||||
|
||||
Reference in New Issue
Block a user