This commit is contained in:
牛子源 2025-05-29 13:42:44 +08:00
parent e4c5bf88d3
commit 6f7150c693
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ public class ItemService extends BaseService {
itemMapper.updateById(itemInfo);
}
public Map<String,Object> getGroup(int itemId) {
public HashMap<String,Object> getGroup(int itemId) {
QueryWrapper<Item> itemQueryWrapper = new QueryWrapper<>();
itemQueryWrapper.ne("del_flag", 1);
itemQueryWrapper.eq("is_group",true);