...
|
...
|
@@ -471,7 +471,7 @@ public class StoreSellerServiceImpl implements IStoredSellerService { |
|
|
.earnestMoney(earnestMoney)
|
|
|
.type(SellerWalletDetail.Type.PUBLISH.getValue()).build();
|
|
|
merchantOrderPaymentService.useEarnest(s.getUid(), earnestMoney, moai);
|
|
|
scriptLogger.info("[{}] compensate lock money {} success", s.getUid(), s);
|
|
|
scriptLogger.info("[{}] compensate lock money {}, {} success", s.getUid(), s, compensate);
|
|
|
|
|
|
}
|
|
|
|
...
|
...
|
|