xiaoyong931011
2021-03-26 448eaa2a735a409e09a403b231c371229b7929c5
src/main/java/com/xcong/excoin/modules/member/service/impl/MemberServiceImpl.java
@@ -488,7 +488,7 @@
   }
   @Override
   @Transactional(rollbackFor = Exception.class)
   @Transactional
   public FebsResponse memberWithdrawCoinConfirm(@NotNull(message = "{required}") Long id) {
      
      MemberCoinWithdrawEntity selectById = memberCoinWithdrawMapper.selectById(id);
@@ -562,7 +562,7 @@
      log.info("---->{}", phone);
      if(StrUtil.isNotBlank(phone)) {
         Sms106Send.sendWithdrawalCoinMsg(phone, time);
         Sms106Send.sendWithdrawalCoinMsg(phone, new Date(), selectById.getAmount().toString());
      }
      /**
      //短信提醒