cloud-server-course/src/main/java/com/dsh/course/controller/CoursePackagePaymentController.java
@@ -334,7 +334,7 @@ Store store = storeClient.queryStoreById(re.getStoreId()); TAppUser appUser = appUserClient.queryAppUser1(re.getAppUserId()); String studentId = re.getStudentId(); String[] split = studentId.split(","); String[] split = studentId.split(";"); StringBuilder stringBuilder = new StringBuilder(""); for (String s : split) {