caipin 5 年之前
父節點
當前提交
dc2f5fcb1b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 ();