Commit 481b66fa by 朱继来

Merge branch 'zjl_new_order_20210926' into development

parents 3e72dfc5 f5ab63cc
Showing with 1 additions and 1 deletions
...@@ -8,7 +8,7 @@ use DB; ...@@ -8,7 +8,7 @@ use DB;
class BrandBlackListModel extends Model class BrandBlackListModel extends Model
{ {
protected $connection = 'order'; protected $connection = 'web';
protected $table = 'lie_brand_blacklist'; protected $table = 'lie_brand_blacklist';
protected $primaryKey = 'id'; protected $primaryKey = 'id';
protected $guarded = ['id']; protected $guarded = ['id'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment