|
|
@@ -2724,8 +2724,9 @@ public class AdminApiController extends CertifyApiController {
|
|
|
if (!checkCertify(res, cog.getUid()).getError().isEmpty()) {
|
|
|
return res;
|
|
|
}
|
|
|
-
|
|
|
- if (OrgCognizanceStatus.getStatus(cog.getState()) == OrgCognizanceStatus.ISSUING && StringUtils.isBlank(cog.getCertificateNumber())){
|
|
|
+
|
|
|
+ if (OrgCognizanceStatus.getStatus(cog.getState()) == OrgCognizanceStatus.ISSUING
|
|
|
+ && StringUtils.isBlank(cog.getCertificateNumber())) {
|
|
|
res.getError().add(buildError(ErrorConstants.PARAM_EMPTY_ERROR, "", "证书编号"));
|
|
|
return res;
|
|
|
}
|