Browse Source

[智价云] 低价商品配置表连接更新

tangyuanwang 1 tuần trước cách đây
mục cha
commit
b8e0d945f9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Models/Manager/WashConfig/LowPriceGoods.php

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

@@ -17,7 +17,7 @@ class LowPriceGoods extends Model
 {
     use HasFactory;
     // 与模型关联的表名
-    protected $table = 'washconfig_lowprice_produce';
+    protected $table = 'washconfig_lowprice_product';
     // 是否主动维护时间戳
     public $timestamps = false;
     // 定义时间戳字段名