Browse Source

国庆前提交

LEIYI 5 months ago
parent
commit
642985674d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      OASystem/OASystem.Api/Controllers/GroupsController.cs

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

@@ -12785,7 +12785,7 @@ ORDER by  gctggrc.id DESC
         {
             #region  参数验证
             if (_dto.UserId < 1) return Ok(JsonView(false, "请传入有效的UserId"));
-            if (_dto.PageId < 1) _dto.PageId = 104; //接团客户名单PageId
+            if (_dto.PageId != 104) _dto.PageId = 104; //接团客户名单PageId
             if (_dto.DiId < 1) return Ok(JsonView(false, "请传入有效的DiId!"));
 
             PageFunAuthViewBase pageFunAuthView = new PageFunAuthViewBase();