From 782f0259bc2c0362a1075ea401c815186321d8c6 Mon Sep 17 00:00:00 2001 From: luodangjia <luodangjia> Date: 星期三, 21 八月 2024 10:45:41 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/TGoodsController.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/TGoodsController.java b/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/TGoodsController.java index d91debd..e62316b 100644 --- a/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/TGoodsController.java +++ b/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/TGoodsController.java @@ -122,6 +122,7 @@ //生成消耗积分的记录 + return AjaxResult.success(); } -- Gitblit v1.7.1