修改商品模板的详情字段类型

This commit is contained in:
lifenlong
2021-06-23 17:44:24 +08:00
parent 34ed19373b
commit 3aacd1efbd
2 changed files with 4 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ public class DraftGoodsServiceImpl extends ServiceImpl<DraftGoodsMapper, DraftGo
draftGoods.setGoodsGalleryListJson(JSONUtil.toJsonStr(draftGoods.getGoodsGalleryList()));
draftGoods.setSkuListJson(JSONUtil.toJsonStr(this.getGoodsSkuList(draftGoods.getSkuList())));
draftGoods.setGoodsParamsListJson(JSONUtil.toJsonStr(draftGoods.getGoodsParamsList()));
this.save(draftGoods);
this.saveOrUpdate(draftGoods);
}
@Override