执法系统对接数据清洗
This commit is contained in:
parent
b9ae62b120
commit
29343be07c
|
|
@ -180,10 +180,10 @@ public class PenaltySecurityController {
|
||||||
penaltyEntInfo.setUniscid(entInfoDto.getUniscid());
|
penaltyEntInfo.setUniscid(entInfoDto.getUniscid());
|
||||||
penaltyEntInfo.setLegal(entInfoDto.getLegal());
|
penaltyEntInfo.setLegal(entInfoDto.getLegal());
|
||||||
penaltyEntInfo.setEnttype(StringUtils.trimToEmpty(cleanEntTypeCode(entInfoDto.getEnttype())));
|
penaltyEntInfo.setEnttype(StringUtils.trimToEmpty(cleanEntTypeCode(entInfoDto.getEnttype())));
|
||||||
penaltyEntInfo.setCreateTime(LocalDateTime.now());
|
|
||||||
penaltyEntInfo.setUpdateTime(LocalDateTime.now());
|
penaltyEntInfo.setUpdateTime(LocalDateTime.now());
|
||||||
penaltyEntInfo.setFlgDeleted("0");
|
penaltyEntInfo.setFlgDeleted("0");
|
||||||
if (one == null) {
|
if (one == null) {
|
||||||
|
penaltyEntInfo.setCreateTime(LocalDateTime.now());
|
||||||
penaltyEntInfoService.save(penaltyEntInfo);
|
penaltyEntInfoService.save(penaltyEntInfo);
|
||||||
} else {
|
} else {
|
||||||
penaltyEntInfo.setId(one.getId());
|
penaltyEntInfo.setId(one.getId());
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue