Showing
1 changed file
with
1 additions
and
1 deletions
@@ -471,7 +471,7 @@ public class StoreSellerServiceImpl implements IStoredSellerService { | @@ -471,7 +471,7 @@ public class StoreSellerServiceImpl implements IStoredSellerService { | ||
471 | .earnestMoney(earnestMoney) | 471 | .earnestMoney(earnestMoney) |
472 | .type(SellerWalletDetail.Type.PUBLISH.getValue()).build(); | 472 | .type(SellerWalletDetail.Type.PUBLISH.getValue()).build(); |
473 | merchantOrderPaymentService.useEarnest(s.getUid(), earnestMoney, moai); | 473 | merchantOrderPaymentService.useEarnest(s.getUid(), earnestMoney, moai); |
474 | - scriptLogger.info("[{}] compensate lock money {} success", s.getUid(), s); | 474 | + scriptLogger.info("[{}] compensate lock money {}, {} success", s.getUid(), s, compensate); |
475 | 475 | ||
476 | } | 476 | } |
477 | 477 |
-
Please register or login to post a comment