Browse Source

_update 返回值 true or false

visuddhinanda 4 years ago
parent
commit
cc0c2a0058
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/db/table.php

+ 1 - 1
app/db/table.php

@@ -75,7 +75,7 @@ class Table
 			$where
 		);
 
-		return $this->result;
+		return true;
 	}
 
 	public function _show($columns,$id){