Index: temp/trunk/html/admin/basis/payment.php
===================================================================
--- temp/trunk/html/admin/basis/payment.php	(revision 7298)
+++ temp/trunk/html/admin/basis/payment.php	(revision 7299)
@@ -61,5 +61,6 @@
 	$table = "dtb_payment";
 	$objQuery->setorder("rank DESC");
-	$arrRet = $objQuery->select($col, $table, $where, array($fix));
+//	$arrRet = $objQuery->select($col, $table, $where, array($fix));
+	$arrRet = $objQuery->select($col, $table, $where);
 	return $arrRet;
 }
