소스 검색

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);