cloud-server-account/src/main/java/com/dsh/account/util/PayMoneyUtil.java
@@ -457,9 +457,9 @@ Integer coursePackagePayments = coursePackageClient.queryByCode(code); Integer paymentCompetitions = competitionsClient.queryByCode(code); Integer siteBookings = siteClient.queryByCode(code); // Integer coursePackagePayments = coursePackageClient.queryByCode(code); // Integer paymentCompetitions = competitionsClient.queryByCode(code); // Integer siteBookings = siteClient.queryByCode(code); @@ -487,7 +487,7 @@ return ResultUtil.success(); }