Compare commits
2 Commits
7e451c4470
...
7cec2fdd2c
| Author | SHA1 | Date |
|---|---|---|
|
|
7cec2fdd2c | |
|
|
0810c9481d |
|
|
@ -170,7 +170,7 @@ public class PenaltySecurityController {
|
|||
|
||||
// 保存吊销主体清单到PENALTY_ENT_INFO表
|
||||
if (StringUtils.isNotBlank(penaltyCaseInfo.getCaseid())) {
|
||||
penaltyCaseInfoService.lambdaUpdate().eq(PenaltyCaseInfo::getCaseid, penaltyCaseInfo.getCaseid()).remove();
|
||||
penaltyEntInfoService.lambdaUpdate().eq(PenaltyEntInfo::getCaseid, penaltyCaseInfo.getCaseid()).remove();
|
||||
}
|
||||
for (PenaltyCaseInfoEntInfoDto entInfoDto : requestDto.getPenaltylist()) {
|
||||
PenaltyEntInfo one = null;
|
||||
|
|
|
|||
Loading…
Reference in New Issue