|
@@ -498,8 +498,8 @@ public class UserController {
|
|
|
/**
|
|
|
* 定时同步白马项目用户信息
|
|
|
*/
|
|
|
- //@Scheduled(cron = "0 0 4 * * ?")
|
|
|
- @Scheduled(cron = "0 */5 * * * ?")
|
|
|
+ @Scheduled(cron = "0 0 4 * * ?")
|
|
|
+ //@Scheduled(cron = "0 */5 * * * ?")
|
|
|
public void syncProjectUserInfo() throws ParseException, IOException {
|
|
|
JSONObject json = new JSONObject();
|
|
|
json.put("fn", "all");
|