|
@@ -80,14 +80,6 @@ public class MusicGroupPaymentCalenderController extends BaseController {
|
|
return succeed();
|
|
return succeed();
|
|
}
|
|
}
|
|
|
|
|
|
- @ApiOperation(value = "开启缴费的推送(暂时不用,没写完)")
|
|
|
|
- @GetMapping("/paymentPush")
|
|
|
|
- @PreAuthorize("@pcs.hasPermissions('musicGroupPaymentCalender/paymentPush')")
|
|
|
|
- public Object paymentPush(Long id,String userIds) {
|
|
|
|
- musicGroupPaymentCalenderService.paymentPush(id,userIds);
|
|
|
|
- return succeed();
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
@ApiOperation(value = "乐团缴费日历审核列表")
|
|
@ApiOperation(value = "乐团缴费日历审核列表")
|
|
@GetMapping("/auditList")
|
|
@GetMapping("/auditList")
|
|
@PreAuthorize("@pcs.hasPermissions('musicGroupPaymentCalender/auditList')")
|
|
@PreAuthorize("@pcs.hasPermissions('musicGroupPaymentCalender/auditList')")
|