Explorar o código

Update mypdo.class.php

wanggangtao %!s(int64=5) %!d(string=hai) anos
pai
achega
42c22f1cc7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lib/common/mypdo.class.php

+ 1 - 0
lib/common/mypdo.class.php

@@ -232,6 +232,7 @@ class MyPdo {
 		}
 		$wheres_str = implode(' and ', $wheres);
 		$sql .= ' where '.$wheres_str;
+
 		try {
 			$num = $this->pdo->exec($sql);