执法系统对接数据清洗

This commit is contained in:
黎润豪 2026-02-10 16:55:20 +08:00
parent b9ae62b120
commit 29343be07c
1 changed files with 1 additions and 1 deletions

View File

@ -180,10 +180,10 @@ public class PenaltySecurityController {
penaltyEntInfo.setUniscid(entInfoDto.getUniscid());
penaltyEntInfo.setLegal(entInfoDto.getLegal());
penaltyEntInfo.setEnttype(StringUtils.trimToEmpty(cleanEntTypeCode(entInfoDto.getEnttype())));
penaltyEntInfo.setCreateTime(LocalDateTime.now());
penaltyEntInfo.setUpdateTime(LocalDateTime.now());
penaltyEntInfo.setFlgDeleted("0");
if (one == null) {
penaltyEntInfo.setCreateTime(LocalDateTime.now());
penaltyEntInfoService.save(penaltyEntInfo);
} else {
penaltyEntInfo.setId(one.getId());