yuanrf 1 week ago
parent
commit
2317bd237d
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

@@ -4140,7 +4140,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();