mirror of
				https://e.coding.net/circlecloud/McAccount.git
				synced 2025-11-03 17:56:24 +00:00 
			
		
		
		
	@@ -344,12 +344,11 @@ class AmysqlModel {
 | 
			
		||||
	/**
 | 
			
		||||
	 * 更新数据
 | 
			
		||||
	 * 
 | 
			
		||||
	 * @param string $table        	
 | 
			
		||||
	 * @param Array $data        	
 | 
			
		||||
	 * @param string $where        	
 | 
			
		||||
	 * @param string $table 表名
 | 
			
		||||
	 * @param Array $data 数据
 | 
			
		||||
	 * @param string $where 更新数据依据   	
 | 
			
		||||
	 * @return int Affected 影响数
 | 
			
		||||
	 * @param string $content
 | 
			
		||||
	 *        	更新数据依据
 | 
			
		||||
	 *        	
 | 
			
		||||
	 */
 | 
			
		||||
	public function _update($table, $data, $where = '') {
 | 
			
		||||
		$this->Affected = 0;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user