|
@@ -57,7 +57,7 @@ namespace MySystem
|
|
|
|
|
|
public void ListenTest()//启动
|
|
|
{
|
|
|
- Ready("202405");
|
|
|
+ Ready("202409");
|
|
|
}
|
|
|
|
|
|
public void Ready(string curMonth)
|
|
@@ -143,7 +143,7 @@ namespace MySystem
|
|
|
if (check)
|
|
|
{
|
|
|
int ActCount = readdb.UserTradeMonthSummary.Where(m => m.UserId == UserId && m.TradeMonth == month && m.SeoTitle == "team" && bids.Contains(m.BrandId)).Sum(m => m.ActiveBuddyMerStatus);
|
|
|
- ActCount += UserDataDbconn.Instance.GetSimActTradeAmt(UserId, month, "Team");
|
|
|
+ ActCount += UserDataDbconn.Instance.GetWifiActTradeAmt(UserId, month, "Team");
|
|
|
TradeAmount += ActCount * 10000;
|
|
|
}
|
|
|
sql += "insert into LeaderCompTradeStat (CreateDate,UserId,StatMonth,TradeAmount) values (now(), " + UserId + ", '" + month + "-" + checkMonth + "', " + TradeAmount + ");\n";
|