libo 4 年之前
父節點
當前提交
5ca891630f

+ 1 - 0
src/main/java/com/tdba/cxb/ares/api/ApplicationStartup.java

@@ -29,4 +29,5 @@ public class ApplicationStartup implements CommandLineRunner {
29
     @Override
29
     @Override
30
     public void run(String... args) throws Exception {
30
     public void run(String... args) throws Exception {
31
     }
31
     }
32
+
32
 }
33
 }

+ 1 - 0
src/main/resources/mapper/UserMapper.xml

@@ -80,6 +80,7 @@
80
             on da.user_id = u.uid
80
             on da.user_id = u.uid
81
         where
81
         where
82
             da.status = 1
82
             da.status = 1
83
+            and u.identity in (1, 2, 3)
83
             <![CDATA[ and da.add_time >= #{beginTime} ]]>
84
             <![CDATA[ and da.add_time >= #{beginTime} ]]>
84
             <![CDATA[ and da.add_time <= #{endTime} ]]>
85
             <![CDATA[ and da.add_time <= #{endTime} ]]>
85
             and u.spread_uid > 0
86
             and u.spread_uid > 0