|  | @@ -1878,7 +1878,7 @@ class Sell
 | 
	
		
			
				|  |  |              $shop = Dever::db('shop/info')->find($info['shop_id']);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |              if ($audit == 2) {
 | 
	
		
			
				|  |  | -                Dever::db('shop/sell_order')->update(array('where_id' => $info['id'], 'status' => 3, 'audit' => $audit, 'audit_desc' => $audit_text));
 | 
	
		
			
				|  |  | +                Dever::db('shop/sell_order')->update(array('where_id' => $info['id'], 'audit' => $audit, 'audit_desc' => $audit_text));
 | 
	
		
			
				|  |  |                  # 成功
 | 
	
		
			
				|  |  |                  if (strstr($info['order_num'], '_')) {
 | 
	
		
			
				|  |  |                      $temp = explode('_', $info['order_num']);
 |