update:
This commit is contained in:
		@@ -702,7 +702,7 @@ public class CurrTaskServiceImpl extends BaseService implements CurrTaskService
 | 
			
		||||
        if (currTask.getStatus() != 0) {
 | 
			
		||||
            return R.failed("该任务状态不为未执行,无法执行!");
 | 
			
		||||
        }
 | 
			
		||||
        if (currTask.getCacheSatatus()==2||currTask.getIsCache()==1){
 | 
			
		||||
        if (currTask.getCacheSatatus()==2&&currTask.getIsCache()==1){
 | 
			
		||||
            return R.failed("该任务已在缓存队列,状态不为未执行,无法执行!");
 | 
			
		||||
        }
 | 
			
		||||
        //是否为自动任务
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user