xzy-fix-salarysobutil

This commit is contained in:
Harryxzy 2022-10-10 16:41:01 +08:00
parent 5c4380cbe0
commit f217867969
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ public class SalarySobUtil {
// 根据薪资账套查询人员
SalarySobRangeServiceImpl salarySobRangeService = new SalarySobRangeServiceImpl();
List<SalarySobRangePO> salarySobRangePOS = salarySobRangeService.listAllSalarySobRange();
if(salarySobRangePOS != null){
if(salarySobRangePOS.size() != 0){
// 判断是否已经转换过
SalarySobRangePO salarySobRangePO = salarySobRangePOS.get(0);
if(salarySobRangePO.getEmployeeStatuses() == null || salarySobRangePO.getEmployeeStatuses().equals("")){