Browse Source

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

yuanrf 1 week ago
parent
commit
3188d70ceb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      OASystem/OASystem.Api/Controllers/GroupsController.cs

+ 1 - 0
OASystem/OASystem.Api/Controllers/GroupsController.cs

@@ -17054,6 +17054,7 @@ ORDER by  gctggrc.id DESC
 
             var request = new TourClientListAddMultipleDto();
             request.DiId = _dto.DiId;
+            request.UserId = _dto.UserId;
 
             if (!CommonFun.IsValidJson(jsonLabel)) return Ok(JsonView(false, "JsonLabel参数不是合法的json格式!"));
             if (string.IsNullOrEmpty(jsonLabel)) return Ok(JsonView(false, "JsonLabel参数值不能为空"));