Merge branch '180'

This commit is contained in:
孙广明
2022-01-04 22:41:23 +08:00
84 changed files with 627 additions and 253 deletions
+1 -1
View File
@@ -2022,7 +2022,7 @@ EOD;
* @access public
* @return string
*/
public function appendOrder($orderBy, $append = 'id')
public static function appendOrder($orderBy, $append = 'id')
{
if(empty($orderBy)) return $append;