From 2649ce9897cb76020b5d247d3d220c4b9726e3b6 Mon Sep 17 00:00:00 2001 From: zhouyahui Date: Thu, 5 Jul 2018 13:11:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=B7=E7=A7=9F=E5=90=8E=E5=90=88=E5=90=8C?= =?UTF-8?q?=E5=8F=98=E6=9B=B4=EF=BC=8C=E7=A7=9F=E8=B5=81=E7=89=A9=E6=B1=BD?= =?UTF-8?q?=E8=BD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lease/flow/comm/serviceImp/LeaseFlowBaseServiceImp.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src_tenwa/com/tenwa/lease/flow/comm/serviceImp/LeaseFlowBaseServiceImp.java b/src_tenwa/com/tenwa/lease/flow/comm/serviceImp/LeaseFlowBaseServiceImp.java index 234820e64..72a4a68e3 100644 --- a/src_tenwa/com/tenwa/lease/flow/comm/serviceImp/LeaseFlowBaseServiceImp.java +++ b/src_tenwa/com/tenwa/lease/flow/comm/serviceImp/LeaseFlowBaseServiceImp.java @@ -161,7 +161,7 @@ public class LeaseFlowBaseServiceImp implements LeaseFlowBaseService { DataOperatorUtil.copyJBOSet(LB_EQUIPMENT_TEMP.CLASS_NAME, fromCondtion,LB_EQUIPMENT.CLASS_NAME, toCondtion, otherProperty,compareObject, tx); DataOperatorUtil.copyJBOSet(LB_EQUIPMENT_CAR_TEMP.CLASS_NAME, fromCondtion,LB_EQUIPMENT_CAR.CLASS_NAME, toCondtion, otherProperty,compareObject, tx); }else if(operatorType.equals(operatorType.FormalToHis)){ - DataOperatorUtil.copyJBOSet(LB_EQUIPMENT.CLASS_NAME, fromCondtion,LB_EQUIPMENT_HIS.CLASS_NAME, toCondtion, otherProperty,compareObject, tx); + DataOperatorUtil.copyJBOSet(LB_EQUIPMENT_CAR.CLASS_NAME, fromCondtion,LB_EQUIPMENT_HIS.CLASS_NAME, toCondtion, otherProperty,compareObject, tx); DataOperatorUtil.copyJBOSet(LB_EQUIPMENT_CAR.CLASS_NAME, fromCondtion,LB_EQUIPMENT_CAR_HIS.CLASS_NAME, toCondtion, otherProperty,compareObject, tx); } else{ DataOperatorUtil.copyJBOSet(LB_EQUIPMENT.CLASS_NAME, fromCondtion,LB_EQUIPMENT_TEMP.CLASS_NAME, toCondtion, otherProperty,compareObject, tx);