薪酬系统-福利台账,退差数据列表功能v1
This commit is contained in:
parent
ce37694a95
commit
a4924c19ee
|
|
@ -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());
|
||||
}
|
||||
|
|
|
|||
|
|
@ -94,6 +94,11 @@ public class InsuranceAccountBatchListDTO {
|
|||
@TableTitle(title = "核算人", dataIndex = "accountant", key = "accountant")
|
||||
private String accountant;
|
||||
|
||||
/**
|
||||
* 创建核算人id
|
||||
*/
|
||||
private Long creator;
|
||||
|
||||
/**
|
||||
* 最后操作时间
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue