Commit c38a659f authored by Junling Bu's avatar Junling Bu
Browse files

fix[litemall-admin-api]: 删除无用代码

parent fd80760b
......@@ -197,7 +197,6 @@ public class AdminGoodsService {
product.setGoodsId(goods.getId());
productService.add(product);
}
qCodeService.createGoodShareImage(goods.getId().toString(), goods.getPicUrl(), goods.getName());
return ResponseUtil.ok();
}
......
Supports Markdown
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