Commit e421ee8e by guojuxing

查询应用数据,原来的appId会不停变化,采用模块code

parent 3d8f54de
......@@ -154,7 +154,7 @@ public class MenuApiServiceImpl implements MenuApiService {
saveHasBuyAppMenu(appList);
List<String> projectList = new ArrayList<>(appList.size());
for (ApplicationDTO app : appList) {
projectList.add(app.getApplicationId().toString());
projectList.add(app.getModuleCode());
}
List<MenuDTO> menuList = EntityUtil.changeEntityListNew(MenuDTO.class,
menuService.selectByProjectList(projectList));
......
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