haogh 1 жил өмнө
parent
commit
1a97045894

+ 1 - 1
src/main/java/com/qmth/exam/reserve/controller/admin/StudentApplyController.java

@@ -41,7 +41,7 @@ import io.swagger.annotations.ApiParam;
 @RestController
 @Api(tags = "考生预约明细相关接口")
 @RequestMapping(ApiConstant.DEFAULT_URI_PREFIX + "/apply")
-@Aac(strict = false, auth = false)
+@Aac(strict = false, auth = true)
 public class StudentApplyController extends BaseController {
 
     @Autowired