|
|
@@ -2689,10 +2689,10 @@ public class AdminApiController extends CertifyApiController {
|
|
|
return res;
|
|
|
}
|
|
|
|
|
|
- if (year - oc.getYear() != 0) {
|
|
|
+ /*if (year - oc.getYear() != 0) {
|
|
|
res.getError().add(buildError(ErrorConstants.PARAM_ERROR, "", "高企ID及年份"));
|
|
|
return res;
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
res.setData(handleCognizanceDetail(uid, cid, year));
|
|
|
return res;
|