Commit 8e71c6fa authored by liudong1993's avatar liudong1993

1

parent 1e3286a5
...@@ -259,11 +259,11 @@ namespace REBORN.Module.SellModule ...@@ -259,11 +259,11 @@ namespace REBORN.Module.SellModule
item.TCNUM = rmodel.TCNUM; item.TCNUM = rmodel.TCNUM;
item.TeamType = rmodel.TeamType ?? 0; item.TeamType = rmodel.TeamType ?? 0;
item.PriceTeamType = (int)(tcmodel?.PriceTeamType ?? PriceTeamTypeEnum.SanPing); item.PriceTeamType = (int)(tcmodel?.PriceTeamType ?? PriceTeamTypeEnum.SanPing);
if (rmodel.TeamType == 1 && (tcmodel?.PriceTeamType ?? PriceTeamTypeEnum.SanPing) == PriceTeamTypeEnum.SanPing) if (rmodel.TeamType == 0 && (tcmodel?.PriceTeamType ?? PriceTeamTypeEnum.SanPing) == PriceTeamTypeEnum.SanPing)
{ {
item.TCNUM += "(定制团)"; item.TCNUM += "(定制团)";
} }
else if (rmodel.TeamType == 1 && (tcmodel?.PriceTeamType ?? PriceTeamTypeEnum.SanPing) == PriceTeamTypeEnum.OutTravel) else if (rmodel.TeamType == 0 && (tcmodel?.PriceTeamType ?? PriceTeamTypeEnum.SanPing) == PriceTeamTypeEnum.OutTravel)
{ {
item.TCNUM += "(定制团)"; item.TCNUM += "(定制团)";
} }
......
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