|
@@ -186,6 +186,7 @@ namespace MySystem
|
|
|
{
|
|
|
function.WriteLog("返现未达最大值继续", "返现逻辑日志");
|
|
|
// RedisDbconn.Instance.AddList("ConsumerOrdersHd:Divi:" + PayMode + ":" + MerchantId, suborder);
|
|
|
+ RedisDbconn.Instance.SetList("ConsumerOrders:Divi:" + PayMode + ":" + MerchantId, 0, suborder);
|
|
|
}
|
|
|
else
|
|
|
{
|
|
@@ -519,7 +520,7 @@ namespace MySystem
|
|
|
{
|
|
|
while (true)
|
|
|
{
|
|
|
- string content = RedisDbconn.Instance.RPop<string>("ConsumerOrdersSetDivi");
|
|
|
+ string content = RedisDbconn.Instance.RPop<string>("ConsumerOrdersSetDiviHd");
|
|
|
if (!string.IsNullOrEmpty(content))
|
|
|
{
|
|
|
SetDivi(content);
|