Browse Source

[智价云] 查询更新

tangyuanwang 1 day ago
parent
commit
324ac5b75e
1 changed files with 1 additions and 1 deletions
  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');
     }