zj
2025-06-30 36c7c8b1fb398fbbec6951a68844a09ad0cc0e9c
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);