薪酬系统-福利台账,退差数据列表功能v1

This commit is contained in:
sy 2022-11-16 14:05:43 +08:00
parent ce37694a95
commit a4924c19ee
2 changed files with 6 additions and 0 deletions

View File

@ -65,6 +65,7 @@ public class InsuranceAccountBO {
.socialPay(SalaryEntityUtil.thousandthConvert(e.getSocialPay()))
.paymentOrganization(e.getPaymentOrganization() != null ? MapperProxyFactory.getProxy(TaxAgentMapper.class).getById(e.getPaymentOrganization()).getName() : "")
.paymentOrganizationId(e.getPaymentOrganization())
.creator(e.getCreator())
.build()
).collect(Collectors.toList());
}

View File

@ -94,6 +94,11 @@ public class InsuranceAccountBatchListDTO {
@TableTitle(title = "核算人", dataIndex = "accountant", key = "accountant")
private String accountant;
/**
* 创建核算人id
*/
private Long creator;
/**
* 最后操作时间
*/