摘要:
原来的分页的存储过程/*作用:获取用户会议列表描述:会议包含已召开、预召开、正在召开的*/ALTER Procedure [dbo].[WTC_SP_GetUserConfListPage] @SeqNo int, @PageIndex int, @PageSize int, @Title Varchar(100), @StartTime Varchar(50), @EndTime Varchar(50), @RecordCount int output AsBegin Create Table #UserConfL... 阅读全文
posted @ 2013-03-19 12:05
callbin
阅读(287)
评论(0)
推荐(0)
浙公网安备 33010602011771号