Browse Source

取消订单bugfix

chao 3 years ago
parent
commit
39a92e3e57
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/main/resources/mappings/modules/user/CmUserMapper.xml

+ 5 - 0
src/main/resources/mappings/modules/user/CmUserMapper.xml

@@ -598,4 +598,9 @@
 		LIMIT
 		  1
   </select>
+	<select id="findUserBeans" resultType="java.lang.Integer">
+		select userBeans
+		from user
+		where userID = #{userId}
+	</select>
 </mapper>