Browse Source

添加op web块读取

yuanrf 10 months ago
parent
commit
6d57e0f352

+ 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 };