Explorar el Código

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

yuanrf hace 1 semana
padre
commit
3188d70ceb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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参数值不能为空"));