|
@@ -1839,7 +1839,7 @@ namespace MySystem
|
|
|
dic.Add(UserId, decimal.Parse(function.CheckNum(ThisMonthTrade)));
|
|
|
}
|
|
|
}
|
|
|
- list = CustomerSqlConn.dtable("select UserId,sum(ActiveBuddyMerStatus)*10000 from UserTradeMonthSummary where TradeMonth='" + TradeMonth + "' and SeoTitle='team' and UserId>0 group by UserId", MysqlConn.ReadSqlConnStr);
|
|
|
+ list = CustomerSqlConn.dtable("select UserId,sum(ActiveBuddyMerStatus)*10000 from UserTradeMonthSummary where TradeMonth='" + TradeMonth + "' and BrandId=14 and SeoTitle='team' and UserId>0 group by UserId", MysqlConn.ReadSqlConnStr);
|
|
|
foreach (DataRow dr in list.Rows)
|
|
|
{
|
|
|
string UserId = dr["UserId"].ToString();
|