| 
					
				 | 
			
			
				@@ -4,6 +4,7 @@ import nccloud.framework.web.action.itf.ICommonAction; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import nccloud.framework.web.container.IRequest; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import nccloud.framework.web.convert.translate.Translator; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import java.util.ArrayList; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+import java.util.Calendar; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import java.util.Collection; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import java.util.HashMap; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import java.util.List; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -39,6 +40,9 @@ public class InformerToRedeemAction implements ICommonAction { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		IJson json = JsonFactory.create(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		try { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+//			Calendar period_yer = Calendar.getInstance();//可以对每个时间域单独修改 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+// 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+//			int year = period_yer.get(Calendar.YEAR);  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			HashMap<String, Object> map = (HashMap) json.fromJson(read, HashMap.class); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			List<String> pk_informers = (List<String>) map.get("pks"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			String where = " pk_informer = '" + pk_informers.get(0) + "'"; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -54,6 +58,8 @@ public class InformerToRedeemAction implements ICommonAction { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			headvo.setPk_org_v(informervVO[0].getPk_org_v()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			headvo.setSrcbilltypecode(informervVO[0].getPk_billtypecode());//来源单据类型编码 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			headvo.setPk_srcbilltype(informervVO[0].getPk_billtypeid());//来源单据类型 到账通知 36S3 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			headvo.setRedeemdate(informervVO[0].getInfodate());//理财赎回:赎回日期=到账通知日期; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			//headvo.setPk_currtype(informervVO[0].getPk_currtype());//币种 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			//headvo.setRedeemmoney(UFDouble.ZERO_DBL);//赎回金额 
			 |