1
This commit is contained in:
@@ -466,7 +466,7 @@ public class JDUtils {
|
||||
return count;
|
||||
}
|
||||
|
||||
@Scheduled(cron = "0 * * * * ?")
|
||||
@Scheduled(cron = "0 */5 * * * ?")
|
||||
public void fetchHistoricalOrders0007() {
|
||||
for (Map.Entry<String, WXUtil.SuperAdmin> entry : super_admins.entrySet()) {
|
||||
//String wxid = entry.getKey();
|
||||
|
||||
Reference in New Issue
Block a user