|
@@ -132,7 +132,7 @@ public class InstitutionalInformationController {
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
@ApiOperation(value = "教育机构信息删除", notes = "教育机构信息删除方法")
|
|
@ApiOperation(value = "教育机构信息删除", notes = "教育机构信息删除方法")
|
|
- @RequestMapping("/delete")
|
|
|
|
|
|
+ @RequestMapping("/deleteInformation")
|
|
@ResponseBody
|
|
@ResponseBody
|
|
public HttpRespMsg delete(InstitutionalInformation information){
|
|
public HttpRespMsg delete(InstitutionalInformation information){
|
|
HttpRespMsg msg = institutionalService.deleteById(information);
|
|
HttpRespMsg msg = institutionalService.deleteById(information);
|