fix
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user