Browse Source

外部素材库,添加睡眠

zhaoxian 3 years ago
parent
commit
edc9fb2b23

+ 1 - 1
jeecg-boot-module-system/src/main/java/cn/com/ctop/kuaishou/modules/clean/mapper/xml/ProjectMonitorWhiteListMapper.xml

@@ -17,7 +17,7 @@
         project_id
         FROM
         ctop_project_member
-        WHERE 1 = 1 300
+        WHERE 1 = 1
         <if test="userIds != null and userIds.size() > 0">
             and user_id in
             <foreach item="id" index="index" collection="userIds"