@@ -226,8 +226,4 @@ public class StudentPaymentOrderServiceImpl extends BaseServiceImpl<Long, Studen
}
- public int update(StudentPaymentOrder studentPaymentOrder){
- return studentPaymentOrderDao.update(studentPaymentOrder);
- }
-