|  | @ -268,7 +268,6 @@ public class YlzPayService {
 | 
	
		
			
				|  |  |         String encryptType = oauthYlzConfigDO.getEncType();
 | 
	
		
			
				|  |  |         HisOnepayClient onepayClient = new HisOnepayClient(onepayUrl, appId, appSecret, signType, encryptType);
 | 
	
		
			
				|  |  |         JSONObject jsonObject = new JSONObject();
 | 
	
		
			
				|  |  |         Double free = Double.parseDouble(fee);
 | 
	
		
			
				|  |  |         try {
 | 
	
		
			
				|  |  |             jsonObject.put("cardType",cardType);//卡类型01 社保卡 06 临时卡
 | 
	
		
			
				|  |  |             jsonObject.put("cardNo",cardNo);//卡号
 | 
	
	
		
			
				|  | @ -283,6 +282,7 @@ public class YlzPayService {
 | 
	
		
			
				|  |  |             jsonObject.put("applyDoctorName",applyDoctorName);//申请医生姓名
 | 
	
		
			
				|  |  |             jsonObject.put("recipeTime",recipeTime);//处方时间yyyyMMddHHmmss
 | 
	
		
			
				|  |  |             if (StringUtils.isNoneBlank(fee)){
 | 
	
		
			
				|  |  |                 Double free = Double.parseDouble(fee);
 | 
	
		
			
				|  |  |                 jsonObject.put("fee",free);//总费用
 | 
	
		
			
				|  |  |             }
 | 
	
		
			
				|  |  |             if (StringUtils.isNoneBlank(recipeNum)){
 |