|  | @ -375,7 +375,8 @@ public class PatientNoLoginEndPoint extends EnvelopRestEndpoint {
 | 
	
		
			
				|  |  |                 } else {
 | 
	
		
			
				|  |  |                     JSONObject jsonObject = JSONObject.parseObject(JSON.toJSONString(decryptRes));
 | 
	
		
			
				|  |  |                     JSONObject param = jsonObject.getJSONObject("param");
 | 
	
		
			
				|  |  |                     String traceNo = param.getString("traceNo");
 | 
	
		
			
				|  |  |                     logger.info("param"+params);
 | 
	
		
			
				|  |  |                     String traceNo = param.getString("outChargeNo");
 | 
	
		
			
				|  |  |                     businessOrderService.updatePayStatus(traceNo);
 | 
	
		
			
				|  |  |                     response.getWriter().write("SUCCESS");
 | 
	
		
			
				|  |  |                 }
 |