bug修复

This commit is contained in:
马三炮 2025-03-24 10:22:00 +08:00
parent ac01898219
commit 7b48217c09
1 changed files with 3 additions and 0 deletions

View File

@ -132,6 +132,9 @@
</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="startTime != null and startTime != '' and endTime != null and endTime != ''">
AND DATE_FORMAT( dai.create_time, '%Y-%m-%d' ) BETWEEN #{startTime} AND #{endTime}
</if>
</where>
GROUP BY dai.id
order by dai.create_time desc