caipin 5 年之前
父節點
當前提交
65027d041a
共有 1 個文件被更改,包括 1 次插入4 次删除
  1. 1 4
      protected/model/accountItem.php

+ 1 - 4
protected/model/accountItem.php

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