From b05715c83c4e04165a6682f2049e68ca606f656c Mon Sep 17 00:00:00 2001 From: hjl <1657978663@qq.com> Date: 星期三, 26 六月 2024 10:38:53 +0800 Subject: [PATCH] fix: 学习端bug --- ruoyi-service/ruoyi-study/src/main/java/com/ruoyi/study/service/ITIntegralRecordService.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ruoyi-service/ruoyi-study/src/main/java/com/ruoyi/study/service/ITIntegralRecordService.java b/ruoyi-service/ruoyi-study/src/main/java/com/ruoyi/study/service/ITIntegralRecordService.java index 468ab38..5bc9d24 100644 --- a/ruoyi-service/ruoyi-study/src/main/java/com/ruoyi/study/service/ITIntegralRecordService.java +++ b/ruoyi-service/ruoyi-study/src/main/java/com/ruoyi/study/service/ITIntegralRecordService.java @@ -33,7 +33,8 @@ * @param gameId 游戏id * @param storyId 故事id * @param difficulty 游戏难度 + * @param storyType 故事类型(0:看图配音;1:框架记忆) * @return 操作结果 */ - Boolean add(String integral, String method, Integer gameId, Integer storyId, Integer difficulty); + Boolean add(String integral, String method, Integer gameId, Integer storyId, Integer difficulty,Integer storyType); } -- Gitblit v1.7.1