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