Commit 87322847 authored by liudong1993's avatar liudong1993

1

parent a2aca7d8
......@@ -1079,6 +1079,9 @@ namespace REBORN.Module.DMCModule
var ContractGuestList = new List<OrderGuestList>();
if (htModel.OrderId > 0)
{
if (htModel.CType == 1) {
htModel.C_StartDate = DateTime.Now;
}
if (htModel.Type == Common.Enum.ResourceTypeEnum.TeamPrice)
{
var glist = GetTravelGuestList(new RB_Travel_Guest_Extend() { IsAllograph = 2, OrderId = htModel.OrderId });
......
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