From 592a8bf11f2fa09fcb2f3886a6364b4dcde2ded5 Mon Sep 17 00:00:00 2001 From: wuchunlei Date: Fri, 10 Oct 2025 10:35:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=92=E5=85=A5=E8=AF=BE?= =?UTF-8?q?=E7=A8=8B=E6=97=A5=E5=BF=97=E8=A1=A8=E6=94=AF=E4=BB=98=E6=96=B9?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/master/service/impl/UserCourseBuyServiceImpl.java | 2 +- .../modules/sociology/service/impl/CourseServiceImpl.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/peanut/modules/master/service/impl/UserCourseBuyServiceImpl.java b/src/main/java/com/peanut/modules/master/service/impl/UserCourseBuyServiceImpl.java index fd6d1a2c..8d763c47 100644 --- a/src/main/java/com/peanut/modules/master/service/impl/UserCourseBuyServiceImpl.java +++ b/src/main/java/com/peanut/modules/master/service/impl/UserCourseBuyServiceImpl.java @@ -60,7 +60,7 @@ public class UserCourseBuyServiceImpl extends ServiceImpl impl UserCourseBuyLog userCourseBuyLog = new UserCourseBuyLog(); userCourseBuyLog.setUserCourseBuyId(userCourseBuyEntity.getId()); userCourseBuyLog.setUserId(userCourseBuyEntity.getUserId()); - userCourseBuyLog.setType("master"); - userCourseBuyLog.setPayType("其他"); + userCourseBuyLog.setType("order"); + userCourseBuyLog.setPayType("免费"); userCourseBuyLog.setPayTime(new Date()); userCourseBuyLog.setDays(userCourseBuyEntity.getDays()); userCourseBuyLog.setRemark("免费领取课程");