diff --git a/src/com/engine/salary/util/SalarySobUtil.java b/src/com/engine/salary/util/SalarySobUtil.java index 894566101..ac4c5b97a 100644 --- a/src/com/engine/salary/util/SalarySobUtil.java +++ b/src/com/engine/salary/util/SalarySobUtil.java @@ -20,7 +20,7 @@ public class SalarySobUtil { // 根据薪资账套查询人员 SalarySobRangeServiceImpl salarySobRangeService = new SalarySobRangeServiceImpl(); List salarySobRangePOS = salarySobRangeService.listAllSalarySobRange(); - if(salarySobRangePOS != null){ + if(salarySobRangePOS.size() != 0){ // 判断是否已经转换过 SalarySobRangePO salarySobRangePO = salarySobRangePOS.get(0); if(salarySobRangePO.getEmployeeStatuses() == null || salarySobRangePO.getEmployeeStatuses().equals("")){