瀏覽代碼

[智价云] 查询更新

tangyuanwang 23 小時之前
父節點
當前提交
324ac5b75e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Models/Manager/WashConfig/LowPriceGoods.php

+ 1 - 1
app/Models/Manager/WashConfig/LowPriceGoods.php

@@ -60,7 +60,7 @@ class LowPriceGoods extends Model
      * @date 2026-03-31
      */
     public function product_keyword(){
-        return $this->hasMany(LowPriceGoodsKeywordModel::class,'lowprice_product_logid','id');
+        return $this->hasMany(LowPriceGoodsKeywordModel::class,'lowprice_product_id','id');
     }