mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
改进
This commit is contained in:
@@ -56,9 +56,8 @@ class Sqlsrv extends Builder
|
|||||||
$array[] = $this->parseKey($key, $options, true) . ' ' . $sort;
|
$array[] = $this->parseKey($key, $options, true) . ' ' . $sort;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$order = implode(',', $array);
|
|
||||||
|
|
||||||
return ' ORDER BY ' . $order;
|
return ' ORDER BY ' . implode(',', $array);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user