移除不必要的状态修改
This commit is contained in:
@@ -160,7 +160,6 @@ public class CrmPdiPlanServiceImpl extends ServiceImpl<CrmPdiPlanMapper, CrmPdiP
|
|||||||
}
|
}
|
||||||
|
|
||||||
pdiPlan.setStatus(build.getOperation());
|
pdiPlan.setStatus(build.getOperation());
|
||||||
baseMapper.updateById(pdiPlan);
|
|
||||||
|
|
||||||
log.info("计划状态更新成功,ID: {}, 新状态: {}", build.getId(), build.getOperation());
|
log.info("计划状态更新成功,ID: {}, 新状态: {}", build.getId(), build.getOperation());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user