exam-system/src/main/java/com/gkhy/exam/pay/service/impl/CoalPayStudentServiceImpl.java
@@ -146,4 +146,9 @@ public CoalPayStudent selectbyId(Long studentId) { return coalPayStudentMapper.selectById(studentId); } @Override public void updateByCoalPayId(CoalPayStudent coalPayStudent) { coalPayStudentMapper.updateByCoalPayId(coalPayStudent); } }