初始分配门店默认值

This commit is contained in:
guohb
2024-04-22 09:49:23 +08:00
parent 16f228ed04
commit bd196c8802

View File

@@ -111,6 +111,7 @@ public class TrainingExperienceServiceImpl extends LineFlowService implements Tr
LeaseBaseInfoDO leaseBaseInfoDO = trainingExperienceMapper.selectByLineId(lineId);
if (Objects.isNull(leaseBaseInfoDO)) {
leaseBaseInfoDO = new LeaseBaseInfoDO();
LineInfoDO lineInfoDO = lineInfoMapper.getByLineId(lineId);
if (Objects.nonNull(lineInfoDO)
&& lineInfoDO.getWorkflowSubStage().equals(WorkflowSubStageEnum.STORE_EXPERIENCE.getCode())