This commit is contained in:
guohb
2024-05-28 20:22:04 +08:00
parent 476d3c12e4
commit 7a617b45a5

View File

@@ -119,9 +119,9 @@ public class TrainingExperienceServiceImpl extends LineFlowService implements Tr
@Override
public LeaseBaseInfoDO getTrainingExperience(Long lineId) {
List<String> roleNames = new ArrayList<>();
//todo 写死
roleNames.add("加盟店店长");
roleNames.add("加盟店储备店长");
roleNames.add("店长");
LeaseBaseInfoDO leaseBaseInfoDO = trainingExperienceMapper.selectByLineId(lineId);
if (Objects.isNull(leaseBaseInfoDO)) {