This commit is contained in:
shuo.wang
2025-06-24 20:15:28 +08:00
parent 59baaf9bfa
commit 97597e72be

View File

@@ -125,7 +125,7 @@
AND a.violation_reason LIKE CONCAT('%,', #{query.violationReason}, ',%')
</if>
</where>
ORDER BY a.fry_date DESC
ORDER BY a.created_time DESC
</select>
<update id="batchUpdateViolation">