浏览代码

fix 直播

he2802 3 年之前
父节点
当前提交
c53a8da7cb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      zhongzheng-system/src/main/resources/mapper/modules/course/CourseSectionMapper.xml

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/course/CourseSectionMapper.xml

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