From 54e7440886b2d89227f14c2e3b740dca96d66bdc Mon Sep 17 00:00:00 2001 From: lanzu_qsy <334039090@qq.com> Date: Fri, 4 Sep 2020 10:09:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E5=B8=82=E5=9C=BA=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Models/ImsCjdcMarket.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/ImsCjdcMarket.php b/app/Models/ImsCjdcMarket.php index 91bee9e..6d14f85 100644 --- a/app/Models/ImsCjdcMarket.php +++ b/app/Models/ImsCjdcMarket.php @@ -11,7 +11,7 @@ class ImsCjdcMarket extends Model use HasDateTimeFormatter; use SoftDeletes; - protected $table = 'lanzu_market'; + protected $table = 'ims_cjdc_market'; protected $dateFormat = 'U'; public function setImgsAttribute($imgs) {