caipin 5 năm trước cách đây
mục cha
commit
2460e87983
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

@@ -8243,7 +8243,7 @@ class InvoiceController extends DooController {
 	 * @return boolean[]
 	 */
 	public function getTableCountBySql($sql = "") {
-		echo $sql;
+		
 		$query = Doo::db ()->query ( $sql );
 		$result = $query->fetchAll ();