mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 23:02:48 +08:00
完善数据库驱动
This commit is contained in:
@@ -58,11 +58,11 @@ class Sqlsrv extends Builder
|
||||
|
||||
/**
|
||||
* limit
|
||||
* @access public
|
||||
* @access protected
|
||||
* @param mixed $limit
|
||||
* @return string
|
||||
*/
|
||||
public function parseLimit($limit)
|
||||
protected function parseLimit($limit)
|
||||
{
|
||||
if (empty($limit)) {
|
||||
return '';
|
||||
|
||||
Reference in New Issue
Block a user