소스 검색

添加op web块读取

yuanrf 10 달 전
부모
커밋
6d57e0f352
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      OASystem/OASystem.Infrastructure/Repositories/Groups/CarTouristGuideGroundRepository.cs

+ 2 - 1
OASystem/OASystem.Infrastructure/Repositories/Groups/CarTouristGuideGroundRepository.cs

@@ -382,7 +382,8 @@ namespace OASystem.Infrastructure.Repositories.Groups
                         start,
                         end,
                         ssdv,
-                        checkedItem
+                        checkedItem,
+                        existItem = _TableInitialization.Select(x => x.Name).ToList(),
                     };
 
                     return result = new Result() { Code = 0, Msg = "查询成功", Data = data };