peter
2025-08-25 3c0663624026a6a0caec98648c5904aa2f605572
src/main/java/project/web/api/RechargeBlockchainController.java
@@ -7,6 +7,7 @@
import javax.servlet.http.HttpServletRequest;
import cn.hutool.core.collection.CollectionUtil;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
@@ -144,7 +145,10 @@
                 }
            }
         }
         List<RechargeBlockchain> rechargeBlockchainList = rechargeBlockchainService.getByAddressUndone( channel_address);
         if(CollectionUtil.isNotEmpty(rechargeBlockchainList)){
            throw new BusinessException("Please wait until the previous recharge is completed!");
         }
         //存储充值申请订单记录
         RechargeBlockchain recharge = new RechargeBlockchain();
         recharge.setAddress(from);