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