Browse Source

更换市场模型

master
lanzu_qsy 5 years ago
parent
commit
54e7440886
  1. 2
      app/Models/ImsCjdcMarket.php

2
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)
{

Loading…
Cancel
Save