草稿状态下问题
This commit is contained in:
@@ -796,6 +796,10 @@ public class ZtTaskServiceImpl extends ServiceImpl<ZtTaskMapper, ZtTask> impleme
|
|||||||
RiskUserThreadLocal.get().getName(), dto.getRemark(), null);
|
RiskUserThreadLocal.get().getName(), dto.getRemark(), null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
//需求开始
|
||||||
|
if ("wait".equals(ztTask.getStatus())) {
|
||||||
|
this.storyService.taskFinishChangeStatus(ztTask.getStory(), null, TaskType.transferType(ztTask.getType()), false);
|
||||||
|
}
|
||||||
|
|
||||||
if(ObjectUtils.notEqual(oldExecution,newExecution)){
|
if(ObjectUtils.notEqual(oldExecution,newExecution)){
|
||||||
//迭代切换了
|
//迭代切换了
|
||||||
|
|||||||
Reference in New Issue
Block a user