薪酬系统-福利台账,修改台账列表返回台账状态值返回逻辑

This commit is contained in:
sy 2023-06-26 10:56:03 +08:00
parent f2cca4cfd7
commit cbcd53d92d
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@ public class InsuranceAccountBO {
.id(e.getId())
.accountant(e.getAccountant())
.billMonth(e.getBillMonth())
.billStatus(queryLabelId(e.getBillStatus()).getDefaultLabel())
// .billStatus(queryLabelId(e.getBillStatus()).getDefaultLabel())
.billStatus(e.getBillStatus().toString())
.fundNum(e.getFundNum())
.fundPay(SalaryEntityUtil.thousandthConvert(e.getFundPay()))
.lastTime(new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(e.getUpdateTime()))