@@ -48,6 +48,7 @@
FROM
sys_user_activity
<where>
+ and depot_id != 1
<if test="sTime != null and sTime != ''">
and DATE_FORMAT(`act_time`, '%Y%m') = DATE_FORMAT(#{sTime}, '%Y%m')
</if>