1.实际付款结束拷表操作bug修改。(lb_actual_payment_info_temp)

This commit is contained in:
zhangbb 2020-08-08 15:30:54 +08:00
parent 4d9f85af0c
commit b923973a99

View File

@ -62,6 +62,12 @@ public class CopyFundIncomeTempToFormalCar extends BaseBussiness{
bsbom.saveObject(bsbo);
}
Map<String,String> condition = new HashMap<String,String>();
condition.put("FLOWUNID", sFlowUnid);
Map<String,String> otherProperty = new HashMap<String,String>();
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<String,String>(), new HashMap<String,String>(),Sqlca.getTransaction());
}
String sMessage="true";