Browse Source

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

LEIYI 8 months ago
parent
commit
91fb814a7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      OASystem/OASystem.Api/Controllers/FinancialController.cs

+ 1 - 1
OASystem/OASystem.Api/Controllers/FinancialController.cs

@@ -5643,7 +5643,7 @@ Group by PriceType ", dto.diId);
         {
         {
             var jw = JsonView(false);
             var jw = JsonView(false);
 
 
-            var stateArr = new int[] { 0, 1 };
+            var stateArr = new int[] { -1, 0, 1 };
 
 
             if (!DateTime.TryParse(dto.StartDate, out DateTime StartDateTime))
             if (!DateTime.TryParse(dto.StartDate, out DateTime StartDateTime))
             {
             {