起租后合同变更,租赁物汽车
This commit is contained in:
parent
5983cb2c6f
commit
2649ce9897
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user