Browse Source

付款申请 op地接费用名称更改

leiy 10 months ago
parent
commit
36d8c1f05c
1 changed files with 5 additions and 0 deletions
  1. 5 0
      OASystem/OASystem.Api/Controllers/FinancialController.cs

+ 5 - 0
OASystem/OASystem.Api/Controllers/FinancialController.cs

@@ -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}]";