Browse Source

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

LEIYI 1 month ago
parent
commit
a7057c8b39
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

@@ -4145,7 +4145,7 @@ Group by PriceType ", dto.diId);
                 .Where(x=> {
                     var count = 0;
                     var stringArr = new string[] { "SYsupervisorConfirm", "SupervisorConfirm", "ManagerConfirm" };
-                    var max = 1;
+                    var max = 0;
                     foreach (var item in stringArr)
                     {
                         var number = x.GetType()?.GetProperty(item)?.GetValue(x).ObjToInt();