|
|
@@ -190,6 +190,7 @@ namespace MySystem
|
|
|
decimal TradeAmount = decimal.Parse(selfDr[11].ToString());
|
|
|
int TradeCount = int.Parse(selfDr[12].ToString());
|
|
|
string TradeMonth = TradeDate.Substring(0, 6);
|
|
|
+ ParentNav += "," + UserId + ",";
|
|
|
|
|
|
if(Version < 2)
|
|
|
{
|
|
|
@@ -254,7 +255,6 @@ namespace MySystem
|
|
|
selfStat.NotHelpDirectTradeAmt += TradeAmount;
|
|
|
}
|
|
|
}
|
|
|
- ParentNav += "," + UserId + ",";
|
|
|
if (!string.IsNullOrEmpty(ParentNav))
|
|
|
{
|
|
|
string[] ParentNavList = ParentNav.Trim(',').Replace(",,", ",").Split(',');
|
|
|
@@ -363,7 +363,6 @@ namespace MySystem
|
|
|
selfStat2.ProfitTradeAmt += TradeAmount;
|
|
|
}
|
|
|
}
|
|
|
- ParentNav += "," + UserId + ",";
|
|
|
if (!string.IsNullOrEmpty(ParentNav))
|
|
|
{
|
|
|
string[] ParentNavList = ParentNav.Trim(',').Replace(",,", ",").Split(',');
|