|
@@ -117,7 +117,6 @@ public class ExamRegistrationController extends BaseController {
|
|
|
|
|
|
@ApiOperation(value = "重新支付")
|
|
@ApiOperation(value = "重新支付")
|
|
@PostMapping(value = "repay")
|
|
@PostMapping(value = "repay")
|
|
- @PreAuthorize("@pcs.hasPermissions('examRegistration/add')")
|
|
|
|
public HttpResponseResult repay(@RequestParam String orderNo) throws Exception {
|
|
public HttpResponseResult repay(@RequestParam String orderNo) throws Exception {
|
|
SysUser student = sysUserFeignService.queryUserInfo();
|
|
SysUser student = sysUserFeignService.queryUserInfo();
|
|
return succeed(examRegistrationService.repay(student.getId(), orderNo));
|
|
return succeed(examRegistrationService.repay(student.getId(), orderNo));
|