|
|
@ -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 = []; |
|
|
|