فهرست منبع

取消订单bugfix

chao 3 سال پیش
والد
کامیت
39a92e3e57
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  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>