| 
					
				 | 
			
			
				@@ -112,7 +112,8 @@ public class OrderBaseLogic { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         FieldUtils.supplyParam(zfireParamBean, OrderBaseVO.class, commonLogic.getAdminUser()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         zfireParamBean.setAdminWebsitIds(zfireParamBean.getAdminWebsitIds()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        IPage<OrderBaseVO> page = commonMapper.orderBaseList(new Page(zfireParamBean.getPageNum(), zfireParamBean.getPageSize()), zfireParamBean, adminUser.getType()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        IPage<OrderBaseVO> page = commonMapper.orderBaseList(new Page(zfireParamBean.getPageNum(), zfireParamBean.getPageSize()), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                zfireParamBean, adminUser.getType(),adminUser.getType().equals(1)?adminUser.getCompanyWechatId():null); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         //服务单标识 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (zfireParamBean.getPageSize() != -1 && page.getTotal() > 0) { 
			 |