|
@@ -20,11 +20,16 @@
|
|
|
<result column="standard_low" property="standardLow" />
|
|
|
<result column="dept_id" property="deptId" />
|
|
|
<result column="create_time" property="createTime" />
|
|
|
+ <result column="memo1" property="memo1" />
|
|
|
+ <result column="memo2" property="memo2" />
|
|
|
+ <result column="memo3" property="memo3" />
|
|
|
+ <result column="memo4" property="memo4" />
|
|
|
</resultMap>
|
|
|
|
|
|
<!-- 通用查询结果列 -->
|
|
|
<sql id="Base_Column_List">
|
|
|
- id, bin_section, company, grade, score, base_score, year, season, matter_heigh, matter_low, manage_heigh, manage_low, standard_heigh, standard_low, dept_id, create_time
|
|
|
+ id, bin_section, company, grade, score, base_score, year, season, matter_heigh, matter_low, manage_heigh, manage_low,
|
|
|
+ standard_heigh, standard_low, dept_id, create_time, memo1, memo2, memo3, memo4
|
|
|
</sql>
|
|
|
|
|
|
<select id="selectPortalList" resultType="java.util.Map">
|