| 
					
				 | 
			
			
				@@ -17,6 +17,7 @@ class Data extends Core 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		$where['start'] = Dever::maketime($day . ' 00:00:00');
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		$where['end'] = Dever::maketime($day . ' 23:59:59');
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		$where['shop_id'] = $this->shop_id;
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        $where['status'] = '1,2,3,4';
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		$this->data['num_order'] = round(Dever::db('shop/sell_order')->getOrderNum($where), 2);
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		$cash = Dever::db('shop/sell_order')->getCashNum($where);
 
			 |