yuanrf 1 week ago
parent
commit
69201fa1af
1 changed files with 4 additions and 2 deletions
  1. 4 2
      OASystem/OASystem.Api/Controllers/GroupsController.cs

+ 4 - 2
OASystem/OASystem.Api/Controllers/GroupsController.cs

@@ -26423,7 +26423,8 @@ ORDER BY
                     userList,
                     units,
                     isReview,
-                    operatorUser = ids
+                    operatorUser = ids,
+                    di
                 }));
             }
             #endregion
@@ -26445,7 +26446,8 @@ ORDER BY
                 userList,
                 units,
                 isReview,
-                operatorUser = ids
+                operatorUser = ids,
+                di
             };
 
             return Ok(JsonView(true, "SUCCESS", backData));