摘要:
USE [CommunityApp] GO /****** Object: StoredProcedure [dbo].[sp_count_OwnerInfo] Script Date: 03/04/2016 11:34:46 ******/ SET ANSI_NULLS ON GO SET QUO 阅读全文
摘要:
USE [CommunityApp] GO /****** Object: StoredProcedure [dbo].[sp_count_OwnerPayList] Script Date: 03/04/2016 11:32:31 ******/ SET ANSI_NULLS ON GO SET 阅读全文
摘要:
DataSet dt = rule.GetMyPayOrder(cid, uid); int coutf = dt.Tables[0].Rows.Count;//父及数量 int couts = dt.Tables[1].Rows.Count;//子集数量 for (int i = 0; i < c 阅读全文