Authored by TANLING

no message

@@ -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