Authored by Lixiaodi

增加log

... ... @@ -746,6 +746,7 @@ public class MerchantOrderPaymentService extends AbstractOrderPaymentService {
&& sellerType == EntrySellerType.SUPER_ENTRY) {
// 升级超级卖家:并发期间 处罚保证金 retry
if (availAmount == null) {
logger.info("{}修改钱包表余额,升级超级卖家:并发期间 处罚保证金 retry,bean={}", message, sw);
availAmount = lockAmount;
lockAmount = null;
sw.setAmount(availAmount);
... ...