店长
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user