--系统商品组-添加索引 if not exists(select top 1 1 from sys.indexes where name='IDX_ProGroupContentList_GroupId') begin CREATE NONCLUSTERED INDEX IDX_ProGroupContentList_GroupId ON [dbo].[ProGroupContentList] ([GroupId]) end go
--系统商品组-添加索引 if not exists(select top 1 1 from sys.indexes where name='IDX_ProGroupContentList_GroupId') begin CREATE NONCLUSTERED INDEX IDX_ProGroupContentList_GroupId ON [dbo].[ProGroupContentList] ([GroupId]) end go