feat:预炸
This commit is contained in:
@@ -120,7 +120,7 @@
|
||||
AND a.violation_flag = #{query.violationFlag}
|
||||
</if>
|
||||
<if test="query.violationReason != null">
|
||||
AND a.violation_reason LIKE CONCAT('%', #{query.violationReason}, '%')
|
||||
AND a.violation_reason LIKE CONCAT('%,', #{query.violationReason}, ',%')
|
||||
</if>
|
||||
</where>
|
||||
ORDER BY a.fry_date DESC
|
||||
|
||||
Reference in New Issue
Block a user