|
@@ -2089,6 +2089,11 @@ namespace OASystem.API.Controllers
|
|
|
}
|
|
|
else area = opData.Area;
|
|
|
|
|
|
+ string opPriName = "-";
|
|
|
+ if (!string.IsNullOrEmpty(opData.PriceName)) opPriName = opData.PriceName;
|
|
|
+
|
|
|
+ area += $"({opPriName})";
|
|
|
+
|
|
|
if (payInfo.OrbitalPrivateTransfer == 0) //公转
|
|
|
{
|
|
|
priName = $"【{orbitalPrivateTransfer}】【导游: {opData.ServiceGuide} 】[费用名称:{area}]";
|