Skip to content
Snippets Groups Projects
Commit 50232c8e authored by 黄晋's avatar 黄晋
Browse files

推送

parent 05a5f129
Branches
No related merge requests found
......@@ -46,7 +46,7 @@ public class PlanServiceImpl implements PlanService {
@Override
@Scheduled(cron ="0 0/5 * * * ?")
public void synchronizePlanTask() {
log.info("--------------synchronizePlanTask start---------");
log.info("--------------synchronizePlanTask start----------");
String nowTime = parseTimeFromDateTime (LocalDateTime.now());
SynchronizeTime synchronizeTime = findSynchronizeTime();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment