浏览代码

Update mypdo.class.php

wanggangtao 5 年之前
父节点
当前提交
42c22f1cc7
共有 1 个文件被更改,包括 1 次插入0 次删除
  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);