抵押档案的考表类

This commit is contained in:
58261 2018-10-11 14:13:26 +08:00
parent 2a548389e5
commit 6c7fb8a2e2

View File

@ -5,6 +5,7 @@ import java.util.Map;
import jbo.app.LB_EQUIPMENT_CAR;
import jbo.com.tenwa.lease.comm.LB_CAR_LICENSE_PLATE_INFO;
import jbo.com.tenwa.lease.comm.LB_CAR_LICENSE_PLATE_INFO_TEMP;
import com.amarsoft.are.jbo.BizObject;
import com.amarsoft.are.jbo.BizObjectManager;
@ -33,7 +34,7 @@ public class CopyLbCarLicensePlateToTemp extends BaseBussiness{
fromCondtion.put("contract_id", contract_id);
Map<String,String> otherProperty = new HashMap<String,String>();
otherProperty.put("FLOWUNID", flowunid);
DataOperatorUtil.copySingleJBO(LB_CAR_LICENSE_PLATE_INFO.CLASS_NAME, fromCondtion, LB_CAR_LICENSE_PLATE_INFO.CLASS_NAME, null, otherProperty, Sqlca);
DataOperatorUtil.copySingleJBO(LB_CAR_LICENSE_PLATE_INFO.CLASS_NAME, fromCondtion, LB_CAR_LICENSE_PLATE_INFO_TEMP.CLASS_NAME, null, otherProperty, Sqlca);
return "true";
}
}