Commit 3e4db98f by 程裕兵

feat:send memeber message

parent 6ef0b8fe
......@@ -237,7 +237,7 @@ public class RefundServiceImpl implements RefundService {
paramMap.put("refundAmount", record.getTransAmount());
paramMap.put("refundCommodity", record.getRemark());
paramMap.put("refundReason", record.getRemark());
paramMap.put("time", DateFormatUtils.format(record.getSuccessTime(), "yyyy-MM-dd HH:mm:ss"));
paramMap.put("time", DateFormatUtils.format(e.getSuccessTime(), "yyyy-MM-dd HH:mm:ss"));
List<Map<String, Object>> paramList = Lists.newArrayList(paramMap);
SendCommonMsgEvent event = new SendCommonMsgEvent();
......
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