|
@@ -11,7 +11,6 @@ import com.bizmatics.service.aop.Log;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.web.bind.annotation.*;
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
|
|
|
-import java.util.List;
|
|
|
|
import java.util.Map;
|
|
import java.util.Map;
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -61,10 +60,11 @@ public class SysPlatformController {
|
|
|
|
|
|
/**
|
|
/**
|
|
* 平台挂管理-菜单编辑
|
|
* 平台挂管理-菜单编辑
|
|
|
|
+ *
|
|
* @param platformMenuVo
|
|
* @param platformMenuVo
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
- @Log(title = "模板管理", businessType = BusinessType.INSERT)
|
|
|
|
|
|
+ @Log(title = "平台挂管理", businessType = BusinessType.INSERT)
|
|
@PostMapping("updatePlatformMenu")
|
|
@PostMapping("updatePlatformMenu")
|
|
public ApiResult<Void> updatePlatformMenu(@RequestBody PlatformMenuVo platformMenuVo) {
|
|
public ApiResult<Void> updatePlatformMenu(@RequestBody PlatformMenuVo platformMenuVo) {
|
|
sysPlatformService.updatePlatformMenu(platformMenuVo);
|
|
sysPlatformService.updatePlatformMenu(platformMenuVo);
|