bug
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user