Sfoglia il codice sorgente

取消订单bugfix

chao 3 anni fa
parent
commit
39a92e3e57

+ 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>