|
|
@@ -40,11 +40,13 @@ namespace MySystem
|
|
|
{
|
|
|
DoTradeProfit(BrandId, date, SysUserName);
|
|
|
DoSubsidyProfit(BrandId, date);
|
|
|
+ RedisDbconn.Instance.AddList("PosExpiredRingQueue", 1);
|
|
|
}
|
|
|
else if (OpType == 1)
|
|
|
{
|
|
|
DoTradeProfit2(BrandId, date, SysUserName);
|
|
|
DoSubsidyProfit2(BrandId, date);
|
|
|
+ RedisDbconn.Instance.AddList("PosExpiredPayQueue", 1);
|
|
|
}
|
|
|
function.WriteLog(DateTime.Now.ToString() + "\r\n\r\n", "同步分润数据");
|
|
|
}
|