起租后合同变更,租赁物汽车

This commit is contained in:
zhouyahui 2018-07-05 13:11:35 +08:00
parent 5983cb2c6f
commit 2649ce9897

View File

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