Commit 40fe3394 by 程裕兵

feat:log

parent b3d712b2
...@@ -229,6 +229,7 @@ public class RefundServiceImpl implements RefundService { ...@@ -229,6 +229,7 @@ public class RefundServiceImpl implements RefundService {
} else { } else {
targetId = record.getBuyerPhone(); targetId = record.getBuyerPhone();
} }
log.info("refund {} notice member info {}, {}", e.getId(), memberId, JSON.toJSONString(channels));
if (CollectionUtil.isEmpty(channels)) { if (CollectionUtil.isEmpty(channels)) {
log.info("all config is false {}, {}", wx, sms); log.info("all config is false {}, {}", wx, sms);
return; return;
......
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