@@ -29,4 +29,5 @@ public class ApplicationStartup implements CommandLineRunner {
@Override
public void run(String... args) throws Exception {
}
+
@@ -80,6 +80,7 @@
on da.user_id = u.uid
where
da.status = 1
+ and u.identity in (1, 2, 3)
<![CDATA[ and da.add_time >= #{beginTime} ]]>
<![CDATA[ and da.add_time <= #{endTime} ]]>
and u.spread_uid > 0