@@ -210,7 +210,7 @@ public class AdminApiController extends CertifyApiController {
return res;
}
- if (null != year) {
+ if (null == year) {
res.getError().add(buildError(ErrorConstants.PARAM_EMPTY_ERROR, "找不到年份", "年份"));