恢复清空逻辑

This commit is contained in:
黎润豪 2026-04-22 09:32:08 +08:00
parent a5446e2277
commit c1073186ab
1 changed files with 3 additions and 0 deletions

View File

@ -169,6 +169,9 @@ public class PenaltySecurityController {
} }
// 保存吊销主体清单到PENALTY_ENT_INFO表 // 保存吊销主体清单到PENALTY_ENT_INFO表
if (StringUtils.isNotBlank(penaltyCaseInfo.getCaseid())) {
penaltyCaseInfoService.lambdaUpdate().eq(PenaltyCaseInfo::getCaseid, penaltyCaseInfo.getCaseid()).remove();
}
for (PenaltyCaseInfoEntInfoDto entInfoDto : requestDto.getPenaltylist()) { for (PenaltyCaseInfoEntInfoDto entInfoDto : requestDto.getPenaltylist()) {
PenaltyEntInfo one = null; PenaltyEntInfo one = null;
if (StringUtils.isNotBlank(entInfoDto.getUniscid())) { if (StringUtils.isNotBlank(entInfoDto.getUniscid())) {