bug修复
This commit is contained in:
parent
ac01898219
commit
7b48217c09
|
|
@ -132,6 +132,9 @@
|
||||||
</if>
|
</if>
|
||||||
<if test="isApp != null and taskStatus==0">and dai.status = 0 </if>
|
<if test="isApp != null and taskStatus==0">and dai.status = 0 </if>
|
||||||
<if test="isApp != null and taskStatus==1">and (dai.status = 1 or dai.status = 2)</if>
|
<if test="isApp != null and taskStatus==1">and (dai.status = 1 or dai.status = 2)</if>
|
||||||
|
<if test="startTime != null and startTime != '' and endTime != null and endTime != ''">
|
||||||
|
AND DATE_FORMAT( dai.create_time, '%Y-%m-%d' ) BETWEEN #{startTime} AND #{endTime}
|
||||||
|
</if>
|
||||||
</where>
|
</where>
|
||||||
GROUP BY dai.id
|
GROUP BY dai.id
|
||||||
order by dai.create_time desc
|
order by dai.create_time desc
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue