1、文件:app/model/product/product/StoreProductReply.php
2、方法:cartInfo
整体替换这个方法:
/**
* 一对一关联
* 商品评论关联订单
* @return \think\model\relation\HasOne
*/
public function cartInfo()
{
return $this->hasOne(StoreOrderCartInfo::class, 'unique', 'unique')->bind(['cart_info']);
}
记得要重启:swoole