Forráskód Böngészése

模块管理改为平台管理

jichaobo 3 éve
szülő
commit
885b2f252f

+ 2 - 2
fiveep-controller/src/main/java/com/bizmatics/controller/web/SysPlatformController.java

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