直转审核倒序开发

This commit is contained in:
bonus 2025-02-21 02:35:01 +08:00
parent 4a90a4482b
commit d2e04ee62b
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
<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>
</where> </where>
order by dai.create_time desc
</select> </select>