|
|
@@ -28,8 +28,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="sectionId" column="section_id"/>
|
|
|
<result property="name" column="name"/>
|
|
|
<result property="sort" column="sort"/>
|
|
|
- <result property="createTime" column="create_time"/>
|
|
|
- <result property="updateTime" column="update_time"/>
|
|
|
+
|
|
|
<result property="prefixName" column="prefix_name"/>
|
|
|
<result property="status" column="status"/>
|
|
|
<result property="sectionType" column="section_type"/>
|
|
|
@@ -61,6 +60,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
SELECT
|
|
|
c.*,
|
|
|
csb.education_type_id,
|
|
|
+ csb.id,
|
|
|
csb.business_id,
|
|
|
csb.subject_id,
|
|
|
csb.project_id,
|