Commit bd76d621 authored by 吴春's avatar 吴春

1

parent a55caf5f
......@@ -14857,7 +14857,7 @@ namespace REBORN.Module.SellModule
//出境合同
var contractList = contractRepository.GetContractListRepository("", OrderStr);
//其它合同
var otherContractList = travel_ContractRepository.GetTravelContractListRepository(new RB_Travel_Contract_Extend() { QOrderIds = OrderStr, Status = -1 });
var otherContractList = travel_ContractRepository.GetTravelContractListRepository(new RB_Travel_Contract_Extend() { QOrderIds = OrderStr, Status = -1, Type = ResourceTypeEnum.TeamPrice });
#region 同行联系人LD
var customerChildList = new List<Rb_Customer_InfoChildren>();
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment