caipin 5 năm trước cách đây
mục cha
commit
74b60f9f1f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      protected/model/accountItem.php

+ 1 - 1
protected/model/accountItem.php

@@ -27,7 +27,7 @@ class accountItem extends DooModel {
 	 * 
 	 */
 	function getAccountItem(){
-		$sql = 'select category,count(*) as itemCount
+		$sql = 'select category, count(*) as itemCount
 				from ' . $this->_table . '
 						 GROUP BY category ORDER BY  aid ASC  ';
 		$query = Doo::db ()->query ( $sql );