xzy-fix-salarysobutil
This commit is contained in:
parent
5c4380cbe0
commit
f217867969
|
|
@ -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("")){
|
||||
|
|
|
|||
Loading…
Reference in New Issue