From f5c041496f91f5d98245b3977338758bd14fa3e2 Mon Sep 17 00:00:00 2001 From: luojian Date: Tue, 24 Jul 2018 16:13:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../commbusiness/LBProjectIntoTempToFormalCarBusiness.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src_tenwa/com/tenwa/lease/flow/project/commbusiness/LBProjectIntoTempToFormalCarBusiness.java b/src_tenwa/com/tenwa/lease/flow/project/commbusiness/LBProjectIntoTempToFormalCarBusiness.java index c06d87ec3..943dd2e0c 100644 --- a/src_tenwa/com/tenwa/lease/flow/project/commbusiness/LBProjectIntoTempToFormalCarBusiness.java +++ b/src_tenwa/com/tenwa/lease/flow/project/commbusiness/LBProjectIntoTempToFormalCarBusiness.java @@ -21,7 +21,7 @@ import com.tenwa.lease.flow.comm.serviceImp.LeaseFlowBaseServiceImp; public class LBProjectIntoTempToFormalCarBusiness extends BaseBussiness { /** - * 项目基本信息正式到临时 + * 项目临时到正式 */ @Override public Object run(Transaction Sqlca) throws Exception { @@ -35,6 +35,7 @@ public class LBProjectIntoTempToFormalCarBusiness extends BaseBussiness { otherProperty.put("id", this.getAttribute("ProjectId").toString()); String currentdate = DateAssistant.getToday();//插入审批结束时间流程 otherProperty.put("end_date", currentdate); + otherProperty.put("project_status", "13"); service.copyOrLoadProjectInfo(Sqlca, fromCondtion, toCondtion,otherProperty, ServiceOperatorEnum.TempToFormal); service.copyOrLoadGuaranteeUnit(Sqlca, fromCondtion, null,null, ServiceOperatorEnum.TempToFormal, null); DataOperatorUtil.copyJBOSet(CUSTOMER_FAMILY_TEMP.CLASS_NAME, fromCondtion,CUSTOMER_FAMILY.CLASS_NAME, null, null,null, Sqlca);