Pārlūkot izejas kodu

[智价云] 查询更新

tangyuanwang 21 stundas atpakaļ
vecāks
revīzija
324ac5b75e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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');
     }