| 
					
				 | 
			
			
				@@ -246,11 +246,22 @@ class Set 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </tr>';
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            $html .= '<tr>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              <td width="100">平台对账状态</td>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              <td>'.$this->table(false, array(array($status))).'</td>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            $manage_config = Dever::db('main/manage_config')->find();
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            $s = 2;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            if ($table == 'cash/shop' && $manage_config['buy_dz'] == 1) {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                $s = 1;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            }
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            if ($table == 'cash/shop_sell' && $manage_config['sell_dz'] == 1) {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                $s = 1;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            }
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            if ($s == 1) {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                $html .= '<tr>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  <td width="100">平台对账状态</td>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  <td>'.$this->table(false, array(array($status))).'</td>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            </tr>';
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                </tr>';
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            }
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } else {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             $html .= '<tr>
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               <td width="80">对账状态</td>
 
			 |