@@ -223,7 +223,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
SELECT * from course_section cs where cs.section_type = 2 and cs.live_end_time >= #{nowTime} and #{nowTime} >= cs.live_start_time
</select>
- <select id="checkUserHaveLiveGoods" parameterType="map" resultMap="Integer">
+ <select id="checkUserHaveLiveGoods" parameterType="map" resultType="int">
SELECT
count(*)
FROM