商品编辑(门店)商品时,商品详情会错误,保存成功,但详情内容没了。原因如下:
StoreProductServices.php 文件
public function save(int $id, array $data, int $type = 0, int $relation_id = 0)方法中 (如图下图)
没有传 $type 的值,但在StoreDescriptionServices.php 中, $type值默认为 0 (如下图)
如果是【平台】编辑【门店】的商品,详情内容保存显示成功,但实际错了,新保存了一条type为0的数据。这样保存后就获取不到对应的详情内容。
【产品名称】:多店版
【产品版本】:v2.4 2.5