| 
					
				 | 
			
			
				@@ -1294,11 +1294,7 @@ public class ElectronicMembershipCardController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    /*** 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-     * 公众号扫呗支付回调 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-     * @param params 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-     * @return 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-     */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    //公众号 云闪付扫呗  用户电子会员卡(储蓄卡)充值功能支付回调 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @RequestMapping(value = "/getYunPayGzhCallback", consumes = "text/xml", method = RequestMethod.POST) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @ResponseBody 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @Transactional 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1314,7 +1310,7 @@ public class ElectronicMembershipCardController { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             result.put("return_msg", "success"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             //业务逻辑 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             String ordNo = yunPayCallBack.getTerminal_trace(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            String amt = yunPayCallBack.getReceipt_fee(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            String amt = yunPayCallBack.getTotal_fee(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             CustomerCardUseRecord customerCardUseRecord = new CustomerCardUseRecord(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             customerCardUseRecord.setOrderNo(ordNo); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             CustomerCardUseRecord customerCardUseRecordInfo = electronicMembershipCardService.getCardRecordByOrderNo(customerCardUseRecord); 
			 |