执法系统对接数据清洗
This commit is contained in:
parent
b9ae62b120
commit
29343be07c
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in New Issue