Commit e90610c8 authored by shiyu's avatar shiyu

上传商品到藏馆返回itemid

parent 37df0838
...@@ -153,7 +153,7 @@ public class ItemTagQrCodeServiceImpl implements ItemTagQrCodeService { ...@@ -153,7 +153,7 @@ public class ItemTagQrCodeServiceImpl implements ItemTagQrCodeService {
updateDto.setItemId(itemId); updateDto.setItemId(itemId);
itemTagQrCodeDao.updateByPrimaryKey(updateDto); itemTagQrCodeDao.updateByPrimaryKey(updateDto);
Map<String, Object> map = new HashMap<>(); Map<String, Object> map = new HashMap<>();
map.put("itemId", itemTagQrCode.getItemId()); map.put("itemId", itemId);
return Result.success(map); return Result.success(map);
} catch (Exception e) { } catch (Exception e) {
logger.error("用户上传商品图片,code绑定商品", e); logger.error("用户上传商品图片,code绑定商品", e);
......
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