Compare commits

..

No commits in common. "7cec2fdd2c12280ccc7bef77ddf1da6ab3f38648" and "7e451c4470d9789e13b562754399767245112d2e" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

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