Parcourir la source

[智价云] 查询更新

tangyuanwang il y a 1 jour
Parent
commit
324ac5b75e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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');
     }