Ver código fonte

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

LEIYI 8 meses atrás
pai
commit
91fb814a7e

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

@@ -5643,7 +5643,7 @@ Group by PriceType ", dto.diId);
         {
             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))
             {