去掉市场主体主键校验
This commit is contained in:
parent
c1073186ab
commit
1f987fa114
|
|
@ -137,7 +137,7 @@ public class PenaltySecurityController {
|
|||
return SecurityResultVO.error(ErrorCode.PARAM_VALID_FAIL_7);
|
||||
}
|
||||
for (PenaltyCaseInfoEntInfoDto each : requestDto.getPenaltylist()) {
|
||||
if (StringUtils.isAnyBlank(each.getPripid(), each.getUniscid(), each.getLegal(), each.getEnttype())) {
|
||||
if (StringUtils.isAnyBlank(each.getUniscid(), each.getLegal(), each.getEnttype())) {
|
||||
return SecurityResultVO.error(ErrorCode.PARAM_VALID_FAIL_8);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue