增加状态

This commit is contained in:
luojian 2018-07-24 16:13:50 +08:00
parent 6c28684ed9
commit f5c041496f

View File

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