Commit ea4cf369 by guojuxing

家日志

parent 186ab157
......@@ -117,6 +117,7 @@ public class MenuController {

 */
@RequestMapping("/update-app-page")
public RestResponse updateAppPage(MenuDTO menuDTO, String authDepartJson) {
LOGGER.info("编辑应用第一级参数:{}", JSON.toJSONString(menuDTO));
setAuthType(menuDTO, authDepartJson);
return ResultControllerUtils.commonResult(menuApiService.updateAppPage(menuDTO));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment