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);