mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:33:27 +08:00
【优化】优化完成订单业务员,【佣金计算】使用延迟队列导致时效性不高的问题。
This commit is contained in:
@@ -40,11 +40,10 @@ namespace CoreCms.Net.RedisMQ
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 订单完成时,结算该订单|延迟队列
|
||||
/// 订单完成时,结算该订单
|
||||
/// </summary>
|
||||
/// <param name="msg"></param>
|
||||
/// <returns></returns>
|
||||
//[SubscribeDelay(RedisMessageQueueKey.OrderFinishCommand)]
|
||||
[Subscribe(RedisMessageQueueKey.OrderFinishCommand)]
|
||||
|
||||
private async Task OrderFinishCommand(string msg)
|
||||
@@ -62,7 +61,7 @@ namespace CoreCms.Net.RedisMQ
|
||||
await _agentOrderServices.FinishOrder(msg);
|
||||
NLogUtil.WriteAll(NLog.LogLevel.Info, LogType.RedisMessageQueue, "订单完结结佣", "订单编号获取正常:" + msg);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user