摘要:
USE [PrettyCloud] GO /****** Object: StoredProcedure [dbo].[GetParentLevel] Script Date: 04/20/2018 14:30:13 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO /** 功能:根据ID获取不包含自身和子项的项目 **/... 阅读全文
摘要:
USE [PrettyCloud] GO /****** Object: StoredProcedure [dbo].[GetRecursionListByPage] Script Date: 04/20/2018 14:27:08 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO /* 功能:分页获取组织列表 */ ALT... 阅读全文