Browse Source

Merge branch 'develop' of http://132.232.92.186:3000/XinXiBu/OA2023 into develop

leiy 10 months ago
parent
commit
d644fa329c
1 changed files with 3 additions and 0 deletions
  1. 3 0
      OASystem/OASystem.Api/Controllers/StatisticsController.cs

+ 3 - 0
OASystem/OASystem.Api/Controllers/StatisticsController.cs

@@ -584,6 +584,9 @@ namespace OASystem.API.Controllers
                             if (m_EnName.Success || m_ZHName.Success)
                             {
                                 itemClientName = item.ClientName;
+
+                                decimal unitCost = 0.00M;
+                                AirCNYTotalPrice += item.CNYPrice;
                                 continue;
                             }