| 
					
				 | 
			
			
				@ -27,7 +27,7 @@ public class PrescriptionExpressagePCController extends BaseController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public String getMedicine( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            @ApiParam(required = true, name = "code", value = "二维码(居民取药码、健管师取药码)") @RequestParam(value = "code", required = true) String code){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        try{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            JSONObject jSONObject = prescriptionExpressagePCService.getMedicine(code,"xh1D2017031503333"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            JSONObject jSONObject = prescriptionExpressagePCService.getMedicine(code,getUID()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				//            jSONObject.toString().replace("\\",""); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            Integer status = jSONObject.getInteger("flag"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            if(status==-3||status==-100){ 
			 |