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

+ 1 - 1
protected/controller/InvoiceController.php

@@ -8189,7 +8189,7 @@ class InvoiceController extends DooController {
 	public function get_table_count($table = "", $condition = "") {
 		// $sql = "select count(*) as count from " . $table . " where 1 " . $condition;
 		$sql = "select count(*) as count from " . $table . " where  " . $condition;
-		
+		echo $sql;
 		// echo $sql;die;
 		$query = Doo::db ()->query ( $sql );
 		$result = $query->fetch ();