Merge remote-tracking branch 'origin/cc_20250620_pre_fly' into cc_20250620_pre_fly

This commit is contained in:
苏竹红
2025-06-24 20:46:05 +08:00

View File

@@ -116,7 +116,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">