lanzu_qinsheng 5 years ago
parent
commit
05b9a30f2f
  1. 2
      app/Models/ImsCjdcMarket.php

2
app/Models/ImsCjdcMarket.php

@ -38,7 +38,7 @@ class ImsCjdcMarket extends Model
public static function getMarket() public static function getMarket()
{ {
$markets = self::select('id','name') $markets = self::select('id','name')
->where('status',1)
//->where('status',1)
->whereNull('deleted_at') ->whereNull('deleted_at')
->get(); ->get();
$item = []; $item = [];

Loading…
Cancel
Save