update:
这个提交包含在:
父节点
571cee49a0
当前提交
d14d142472
@ -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("该任务已在缓存队列,状态不为未执行,无法执行!");
|
||||
}
|
||||
//是否为自动任务
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户