增加区域管理

This commit is contained in:
pengjie 2024-10-11 19:25:50 +08:00
parent e4c5f753db
commit 7fe5c2df3f

View File

@ -269,6 +269,7 @@ public class WorkerInfoServiceImpl extends ServiceImpl<WorkerInfoMapper, WorkerI
@Lazy @Lazy
@Autowired @Autowired
private IExamTrainRecordService examTrainRecordService; private IExamTrainRecordService examTrainRecordService;
@Lazy
@Autowired @Autowired
private IQualityRegionService qualityRegionService; private IQualityRegionService qualityRegionService;
/** /**