Commit 8aa07bdf by 程裕兵

log

parent 6344e798
...@@ -128,7 +128,8 @@ public class RefundServiceImpl implements RefundService { ...@@ -128,7 +128,8 @@ public class RefundServiceImpl implements RefundService {
public StudioMerchantRefundVO merchantRefund(StudioMerchantRefundParams params) { public StudioMerchantRefundVO merchantRefund(StudioMerchantRefundParams params) {
StudioMerchantCheckRefundVO checkResult = this.checkBeforeMerchantRefund(params); StudioMerchantCheckRefundVO checkResult = this.checkBeforeMerchantRefund(params);
log.info("merchant refund check result {}, {}", JSON.toJSONString(params),
JSON.toJSONString(checkResult));
StudioCashierRecord refund = this.initRefundRecord(params); StudioCashierRecord refund = this.initRefundRecord(params);
if (CheckRefundCodeEnum.isFail(checkResult.getCode())) { if (CheckRefundCodeEnum.isFail(checkResult.getCode())) {
this.refundCallback(RefundConvert.convertRefundEvent(refund, checkResult)); this.refundCallback(RefundConvert.convertRefundEvent(refund, checkResult));
......
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