fix
This commit is contained in:
@@ -125,7 +125,7 @@
|
|||||||
AND a.violation_reason LIKE CONCAT('%,', #{query.violationReason}, ',%')
|
AND a.violation_reason LIKE CONCAT('%,', #{query.violationReason}, ',%')
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
ORDER BY a.fry_date DESC
|
ORDER BY a.created_time DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<update id="batchUpdateViolation">
|
<update id="batchUpdateViolation">
|
||||||
|
|||||||
Reference in New Issue
Block a user