| 
					
				 | 
			
			
				@ -144,10 +144,10 @@ public class ServiceNoLoginEndPoint extends EnvelopRestEndpoint { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                return failed("电子健康卡扫码失败"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        //拉取线下智业订单 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        /*//拉取线下智业订单 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        if (StringUtils.isNoneBlank(cardNum)){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            orderservice.getPhysicApplyWaitExecList(deviceId,cardNum); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        }*/ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        JSONObject jsonObject =  orderservice.checkOrderAndReturnOrderList(deviceId, pickUpNum, cardNum); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        if (jsonObject.getString("response").equalsIgnoreCase(ConstantUtils.FAIL)) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            return failed(jsonObject.getString("msg")); 
			 |