yangdamao 2 years ago
parent
commit
4ef480b574

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

@@ -48,7 +48,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         <result property="commonSign" column="common_sign"/>
     </resultMap>
 
-    <select id="getListById" parameterType="Long"  resultMap="CourseModuleChapterResultVo">
+    <select id="getListById" parameterType="map"  resultMap="CourseModuleChapterResultVo">
         SELECT
             cc.*,
             cmc.sort AS c_sort,