处理获取累计专项附加错误日志记录

This commit is contained in:
钱涛 2025-02-08 17:37:47 +08:00
parent b19e71a5f9
commit b572bd19d0
1 changed files with 1 additions and 1 deletions

View File

@ -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())