From 7efb5fea055cd5a95d8eb4457322adc7c417ac2a Mon Sep 17 00:00:00 2001 From: Bang Hu <hu_bang@hotmail.com> Date: 星期四, 28 八月 2025 12:45:19 +0800 Subject: [PATCH] Merge branch 'master' of http://xearth.cn:6600/r/web-manage/web-manage-back --- src/main/resources/mapper/UserPointsMapper.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/UserPointsMapper.xml b/src/main/resources/mapper/UserPointsMapper.xml index 081cd84..7c7e8ef 100644 --- a/src/main/resources/mapper/UserPointsMapper.xml +++ b/src/main/resources/mapper/UserPointsMapper.xml @@ -5,7 +5,7 @@ <!-- 鏍规嵁鐢ㄦ埛ID鏌ヨ绉垎淇℃伅 --> <select id="selectByUserId" resultType="com.webmanage.entity.UserPoints"> SELECT * - FROM user_points + FROM tb_user_points WHERE user_id = #{userId} AND deleted = 0 LIMIT 1 @@ -14,7 +14,7 @@ <!-- 鏍规嵁鍗曚綅ID鏌ヨ绉垎淇℃伅 --> <select id="selectByUnitId" resultType="com.webmanage.entity.UserPoints"> SELECT * - FROM user_points + FROM tb_user_points WHERE unit_id = #{unitId} AND deleted = 0 LIMIT 1 -- Gitblit v1.8.0