libo před 4 roky
rodič
revize
5ca891630f

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

@@ -29,4 +29,5 @@ public class ApplicationStartup implements CommandLineRunner {
29 29
     @Override
30 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 80
             on da.user_id = u.uid
81 81
         where
82 82
             da.status = 1
83
+            and u.identity in (1, 2, 3)
83 84
             <![CDATA[ and da.add_time >= #{beginTime} ]]>
84 85
             <![CDATA[ and da.add_time <= #{endTime} ]]>
85 86
             and u.spread_uid > 0