This commit is contained in:
bianyadong
2024-05-09 10:42:22 +08:00
parent 7298997b76
commit 26cc7cd504

View File

@@ -88,9 +88,9 @@ public class EmployeeTrainingServiceImpl implements EmployeeTrainingService {
List<String> storeNumList = new ArrayList<>();
if(CollectionUtils.isNotEmpty(request.getStoreIdList())){
storeNumList = storeDAO.getStoreNumByStoreIds(request.getStoreIdList());
}
if(CollectionUtils.isEmpty(storeNumList)){
return new PageInfo<>();
if(CollectionUtils.isEmpty(storeNumList)){
return new PageInfo<>();
}
}
PageHelper.startPage(request.getPageNum(), request.getPageSize());
List<EmployeeTrainingVO> list = employeeTrainingDAO.employeeTrainingList(request.getKeyWord(), request.getRegionIdList(), authRegionIdList, request.getAssignFlag(),