tangyuanwang 1 өдөр өмнө
parent
commit
324ac5b75e

+ 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');
     }