|
|
|
@ -100,7 +100,7 @@ public class SupCertController {
|
|
|
|
|
if (postSelCertRequest.getCertType() == null) {
|
|
|
|
|
return ResultVOUtils.error(500, "参数错误!");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (postSelCertRequest.getManufacturerIdFk() == null) {
|
|
|
|
|
String errMsg = "";
|
|
|
|
|
ArrayList<String> list = new ArrayList<>();
|
|
|
|
|
int i = postSelCertRequest.getSupCertSetEntities().size();
|
|
|
|
@ -120,7 +120,7 @@ public class SupCertController {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for (SupCertSetEntity supCertSetEntity : postSelCertRequest.getSupCertSetEntities()) {
|
|
|
|
|