Commit 6392dc0e authored by 周健威's avatar 周健威

分类id处理

parent 1ef7fb69
......@@ -129,7 +129,7 @@ public class ImageImgStorageBiz extends BaseBiz<ImageImgStorageMapper,ImageImgSt
}
if(StrUtil.isNotBlank(imageInformationStorageDto.getMenuIds())) {
criteria.andIn("menuIds", imageimgMenuBiz.getIdsByTopId(
criteria.andIn("menuId", imageimgMenuBiz.getIdsByTopId(
Integer.valueOf(imageInformationStorageDto.getMenuIds())));
}
if (sort == 1) {
......
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