| 
					
				 | 
			
			
				@ -538,7 +538,7 @@ public class TasyNatService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            first.put("color",wxTemplateConfigDO1.getKeyword6()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            key1.put("value",baseNatAppointmentD0.getDoctorName()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            key1.put("color",wxTemplateConfigDO1.getKeyword6()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            key2.put("value",baseNatAppointmentD0.getChargeAmount()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            key2.put("value",baseNatAppointmentD0.getChargeAmount()+".00元"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            key2.put("color",wxTemplateConfigDO1.getKeyword6()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            key3.put("value",wxTemplateConfigDO1.getKeyword3()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            key3.put("color",wxTemplateConfigDO1.getKeyword6()); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -850,6 +850,11 @@ public class TasyNatService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            orderObj.put("openId",openId); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            orderObj.put("name",baseNatAppointmentDO.getName()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            orderObj.put("idNo",baseNatAppointmentDO.getCardNo()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            String hisPatientId=getPatientHisId(baseNatAppointmentDO.getCardNo(),baseNatAppointmentDO.getMedicare()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            orderObj.put("patientId",hisPatientId); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            orderObj.put("mobile",baseNatAppointmentDO.getMobile()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            //orderObj.put("socialCard",""); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            orderObj.put("icCard",baseNatAppointmentDO.getMedicare()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            BigDecimal b = new BigDecimal(baseNatAppointmentDO.getChargeAmount()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            b=b.setScale(2, BigDecimal.ROUND_DOWN); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            System.out.println("amount"+b); 
			 |