Merge branch 'develop' into dev-LeeD

This commit is contained in:
李栋 2022-10-10 16:43:00 +08:00
commit a9c0168a69
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("")){