Commit f976d6c0 by 程裕兵

Merge branch 'master' into release/rc

parents 40fe3394 3e4db98f
......@@ -242,7 +242,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