Browse Source

部分代码修改

yuanrf 7 months ago
parent
commit
e182505e7f
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

@@ -4551,7 +4551,7 @@ Group by PriceType ", dto.diId);
             var jw = JsonView(false);
             var userId = dto.UserId;
             var user =  _sqlSugar.Queryable<Sys_Users>().First(x=>x.Id == userId);
-            jw.Data = System.Array.Empty<string>();
+            //jw.Data = System.Array.Empty<string>();
 
             if (user == null)
             {