接口注释补充完善

This commit is contained in:
WangHao
2020-08-30 18:37:52 +08:00
parent 4b6da02ff4
commit 713d9e0197
4 changed files with 42 additions and 31 deletions

View File

@ -165,7 +165,8 @@ public class SqMenuController extends BaseController
{
// Long[] menuIds={1L,2L,3L};
Long[] menuIds= sqMenuService.selectBymenuidParentid(4L);//所有的父级目录
//所有的父级目录
Long[] menuIds= sqMenuService.selectBymenuidParentid(4L);
sqMenuService.updateCountAdd(menuIds,5);
logger.info("执行完毕");