处理获取累计专项附加错误日志记录
This commit is contained in:
parent
b19e71a5f9
commit
b572bd19d0
|
|
@ -385,7 +385,7 @@ public class DataCollectionBO {
|
|||
.outerRequestId(requestPO.getOuterRequestId())
|
||||
.taxYearMonth(requestPO.getTaxYearMonth())
|
||||
.taxAgentId(requestPO.getTaxAgentId())
|
||||
.employeeId(employeeId)
|
||||
.employeeId(employeeId == null ? 0L : employeeId)
|
||||
.createTime(now)
|
||||
.updateTime(now)
|
||||
.deleteType(DeleteTypeEnum.NOT_DELETED.getValue())
|
||||
|
|
|
|||
Loading…
Reference in New Issue