|
@@ -60,8 +60,8 @@ public class CooperationOrganController extends BaseController {
|
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "更新合作单位乐团主管")
|
|
|
- @PutMapping("/updateEdu")
|
|
|
- public Object updateEdu() {
|
|
|
+ @PostMapping("/cooperationEdu")
|
|
|
+ public Object cooperationEdu() {
|
|
|
cooperationOrganService.updateCooperationEdu();
|
|
|
return succeed();
|
|
|
}
|