nickchange
2023-12-04 ce9a4fa42bf6a3f1dfdbb39ee1443e6a278f7471
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) {