|  |  |  | 
|---|
|  |  |  | * @throws IOException | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @Scheduled(cron = "0/3 * * * * ? ") | 
|---|
|  |  |  | public void execute() throws IOException { | 
|---|
|  |  |  | List<TaskWrk> taskWrks=taskWrkService.selectList(new EntityWrapper<TaskWrk>().eq("status",1).in("wrk_sts",12,3)); | 
|---|
|  |  |  | public synchronized void execute() throws IOException { | 
|---|
|  |  |  | List<TaskWrk> taskWrks=taskWrkService.selectList(new EntityWrapper<TaskWrk>().eq("status",1).in("wrk_sts",12,13,3,4)); | 
|---|
|  |  |  | if(taskWrks.size()>0){ | 
|---|
|  |  |  | for(TaskWrk taskWrk:taskWrks){ | 
|---|
|  |  |  | if(Cools.isEmpty(taskWrk.getMarkStart())||taskWrk.getMarkStart()==0){ | 
|---|