소스 검색

更新!

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