|
|
@@ -558,7 +558,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</if>
|
|
|
<!-- 数据范围过滤 -->
|
|
|
${params.dataScope}
|
|
|
-
|
|
|
+ </where>
|
|
|
GROUP BY u.user_id
|
|
|
<if test="order=='violationNum'">
|
|
|
order by v.violation_num ${orderType}
|
|
|
@@ -569,7 +569,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="order=='blackListNum'">
|
|
|
order by v.black_list_num ${orderType}
|
|
|
</if>
|
|
|
- </where>
|
|
|
+
|
|
|
</select>
|
|
|
|
|
|
<update id="updateLabViolationNum" >
|