diff --git a/src_tenwa/com/tenwa/flow/fund/actualpayment/CopyFundIncomeTempToFormalCar.java b/src_tenwa/com/tenwa/flow/fund/actualpayment/CopyFundIncomeTempToFormalCar.java index 5b423ab56..1c81dd050 100644 --- a/src_tenwa/com/tenwa/flow/fund/actualpayment/CopyFundIncomeTempToFormalCar.java +++ b/src_tenwa/com/tenwa/flow/fund/actualpayment/CopyFundIncomeTempToFormalCar.java @@ -62,6 +62,12 @@ public class CopyFundIncomeTempToFormalCar extends BaseBussiness{ bsbom.saveObject(bsbo); } Map condition = new HashMap(); + condition.put("FLOWUNID", sFlowUnid); + Map otherProperty = new HashMap(); + otherProperty.put("inputuserid", user.getUserID()); + otherProperty.put("inputorgid", user.getOrgID()); + otherProperty.put("inputtime", StringFunction.getTodayNow()); + DataOperatorUtil.copySingleJBO(LB_ACTUAL_PAYMENT_INFO_TEMP.CLASS_NAME, condition,LB_ACTUAL_PAYMENT_INFO.CLASS_NAME, new HashMap(), new HashMap(),Sqlca.getTransaction()); } String sMessage="true";