草稿状态下问题

This commit is contained in:
2025-11-20 11:19:02 +08:00
parent 06234bbcc1
commit 5287929261

View File

@@ -796,6 +796,10 @@ public class ZtTaskServiceImpl extends ServiceImpl<ZtTaskMapper, ZtTask> impleme
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)){
//迭代切换了