|
@@ -49,9 +49,9 @@ public class MusicGroupPaymentCalenderController extends BaseController {
|
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "修改乐团缴费时间")
|
|
|
- @PostMapping("/updateStartTime")
|
|
|
- @PreAuthorize("@pcs.hasPermissions('musicGroupPaymentCalender/updateStartTime')")
|
|
|
- public Object updateStartTime(MusicGroupPaymentCalender paymentCalender) {
|
|
|
+ @PostMapping("/update")
|
|
|
+ @PreAuthorize("@pcs.hasPermissions('musicGroupPaymentCalender/update')")
|
|
|
+ public Object update(MusicGroupPaymentCalender paymentCalender) {
|
|
|
musicGroupPaymentCalenderService.update(paymentCalender);
|
|
|
return succeed();
|
|
|
}
|