|
@@ -1299,6 +1299,7 @@ namespace MySystem
|
|
|
teamStat.NonDirectTradeAmt += TradeAmount;
|
|
|
}
|
|
|
db.SaveChanges();
|
|
|
+ OtherMySqlConn.op("update Users set ThisMonthTrade=ThisMonthTrade+"+TradeAmount+" where Id=" + UserId);
|
|
|
}
|
|
|
// RedisDbconn.Instance.Clear("TeamTotalAmount:" + NavUserId);
|
|
|
// RedisDbconn.Instance.Clear("TeamTotalAmount:" + NavUserId + ":" + TradeMonth);
|