zouxuan 3 years ago
parent
commit
ff647d30fd

+ 0 - 13
mec-biz/src/main/java/com/ym/mec/biz/service/impl/DegreeRegistrationServiceImpl.java

@@ -36,36 +36,24 @@ public class DegreeRegistrationServiceImpl extends BaseServiceImpl<Integer, Degr
 
     @Autowired
     private DegreeRegistrationDao degreeRegistrationDao;
-
     @Autowired
     private SporadicChargeInfoDao sporadicChargeInfoDao;
-
     @Autowired
     private IdGeneratorService idGeneratorService;
-
     @Autowired
     private StudentPaymentOrderService studentPaymentOrderService;
-
-    @Autowired
-    private StudentPaymentOrderDao studentPaymentOrderDao;
-
     @Autowired
     private SysConfigDao sysConfigDao;
     @Autowired
     private SysTenantConfigService sysTenantConfigService;
-
     @Autowired
     private PayService payService;
-
     @Autowired
     private PracticeGroupSellPriceDao practiceGroupSellPriceDao;
-
     @Autowired
     private StudentDao studentDao;
-
     @Autowired
     private StudentPaymentOrderDetailDao studentPaymentOrderDetailDao;
-
     @Autowired
     private SysUserCashAccountService sysUserCashAccountService;
 
@@ -73,7 +61,6 @@ public class DegreeRegistrationServiceImpl extends BaseServiceImpl<Integer, Degr
     public BaseDAO<Integer, DegreeRegistration> getDAO() {
         return degreeRegistrationDao;
     }
-
     @Override
     @Transactional(rollbackFor = Exception.class, isolation = Isolation.READ_COMMITTED)
     public HttpResponseResult pay(DegreeRegistrationActivityDto degreeRegistration) throws Exception {