Explorar o código

添加过滤条件

my-csc-config-file.git %!s(int64=4) %!d(string=hai) anos
pai
achega
0bc48b697b

+ 1 - 0
src/main/java/com/unissoft/mapper/SysUserActivityMapper.xml

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