luo
2023-09-26 583ff2c3bfa45f6359a792c01f9bc3d37a6b2a0c
cloud-server-course/src/main/java/com/dsh/course/controller/CoursePackagePaymentController.java
@@ -1290,7 +1290,7 @@
    @ResponseBody
    @PostMapping("/coursePackagePayment/editCoursePackagePayment")
    public void editCoursePackagePayment(TCoursePackagePayment coursePackagePayment){
        coursePackagePayment.setAppUserId(null);
        coursePackagePayment.setCoursePackageId(null);
        packagePaymentService.updateById(coursePackagePayment);
    }