caipin 5 years ago
parent
commit
309520b3b1
1 changed files with 1 additions and 1 deletions
  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 = "") {
-		console.log($sql);
+		echo $sql;
 		$query = Doo::db ()->query ( $sql );
 		$result = $query->fetchAll ();