|
@@ -6,6 +6,8 @@
|
|
|
<resultMap id="BaseResultMap" type="com.ims.eval.entity.EvaluationPortal">
|
|
|
<id column="id" property="id" />
|
|
|
<result column="bin_section" property="binSection" />
|
|
|
+ <result column="bin_stage" property="binStage" />
|
|
|
+ <result column="bin_property" property="binProperty" />
|
|
|
<result column="company" property="company" />
|
|
|
<result column="grade" property="grade" />
|
|
|
<result column="score" property="score" />
|
|
@@ -28,7 +30,7 @@
|
|
|
|
|
|
<!-- 通用查询结果列 -->
|
|
|
<sql id="Base_Column_List">
|
|
|
- id, bin_section, company, grade, score, base_score, year, season, matter_heigh, matter_low, manage_heigh, manage_low,
|
|
|
+ id, bin_section, bin_stage, bin_property, 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>
|
|
|
|