|
@@ -69,7 +69,7 @@ public class ClassGroupController extends BaseController {
|
|
@PostMapping("/delMix")
|
|
@PostMapping("/delMix")
|
|
@PreAuthorize("@pcs.hasPermissions('classGroup/delMix')")
|
|
@PreAuthorize("@pcs.hasPermissions('classGroup/delMix')")
|
|
public Object delMix(Integer classGroupId) {
|
|
public Object delMix(Integer classGroupId) {
|
|
- classGroupService.delete(classGroupId);
|
|
|
|
|
|
+ classGroupService.delMix(classGroupId);
|
|
return succeed();
|
|
return succeed();
|
|
}
|
|
}
|
|
|
|
|