TRX преди 1 година
родител
ревизия
77f3370dc0
променени са 1 файла, в които са добавени 0 реда и са изтрити 5 реда
  1. 0 5
      FullCardServer/src/main/java/com/zhongshu/card/server/core/service/pay/PayAccountService.java

+ 0 - 5
FullCardServer/src/main/java/com/zhongshu/card/server/core/service/pay/PayAccountService.java

@@ -7,8 +7,6 @@ import com.github.microservice.pay.client.model.ledger.GeneralLedgerTreeModel;
 import com.github.microservice.pay.client.ret.ResultState;
 import com.github.microservice.pay.client.service.ledger.GeneralLedgerService;
 import com.github.microservice.types.payment.PaymentChannelType;
-import com.github.microservice.types.payment.PaymentType;
-import com.zhongshu.card.client.model.pay.PayAccountParam;
 import com.zhongshu.card.client.type.payAccount.PayAccountLevel;
 import com.zhongshu.card.server.core.dao.pay.PayAccountDao;
 import com.zhongshu.card.server.core.domain.pay.PayAccount;
@@ -16,12 +14,9 @@ import com.zhongshu.card.server.core.service.paySetting.ProjectPaySettingService
 import lombok.SneakyThrows;
 import lombok.extern.slf4j.Slf4j;
 import org.apache.commons.lang3.StringUtils;
-import org.jetbrains.annotations.NotNull;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.stereotype.Service;
-import org.springframework.transaction.annotation.Transactional;
 
-import java.util.HashMap;
 import java.util.Map;
 
 @Service