|  | @ -1033,9 +1033,9 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
 | 
	
		
			
				|  |  |         if("0".equals(rsCode)){
 | 
	
		
			
				|  |  |             //存储挂号号
 | 
	
		
			
				|  |  |             // {"resquest":{"@RESULT":"0","@MSG":"完成","@serial_no":"47770476","@times":"28"}}
 | 
	
		
			
				|  |  |             String serialNo = (String)rs.get("@serial_no");
 | 
	
		
			
				|  |  |             String serialNo = (String)res.get("@serial_no");
 | 
	
		
			
				|  |  |             outpatientDO.setRegisterNo(serialNo);
 | 
	
		
			
				|  |  |             String conNo = (String)rs.get("@times");
 | 
	
		
			
				|  |  |             String conNo = (String)res.get("@times");
 | 
	
		
			
				|  |  |             outpatientDO.setConNo(conNo);
 | 
	
		
			
				|  |  |             logger.info("挂号流水 @serial_no: " +serialNo+" @times: "+conNo);
 | 
	
		
			
				|  |  |             outpatientDao.save(outpatientDO);
 |