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