Commit d44ebe21 by YG8429

自动添加权益金定时任务日志修改

parent 1c7686ee
...@@ -333,7 +333,7 @@ public class RedisTask { ...@@ -333,7 +333,7 @@ public class RedisTask {
redisUtil.delete(o); redisUtil.delete(o);
throw new BaseException("订单不存在!"); throw new BaseException("订单不存在!");
} }
//权益返利活动
equityFundExcessService.extracted(sOrder); equityFundExcessService.extracted(sOrder);
if (extracted(o, sOrders, sOrder)) return; if (extracted(o, sOrders, sOrder)) return;
//更改订单状态 //更改订单状态
...@@ -686,7 +686,7 @@ public class RedisTask { ...@@ -686,7 +686,7 @@ public class RedisTask {
if (CollectionUtil.isNotEmpty(ids)){ if (CollectionUtil.isNotEmpty(ids)){
equityFundExcessService.removeByIds(ids); equityFundExcessService.removeByIds(ids);
} }
logger.debug("AutoProgressLog:权益金增加结束"); logger.debug("AutoEquityFundExcess:权益金增加结束");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment