...
|
...
|
@@ -4,6 +4,7 @@ |
|
|
<resultMap id="BaseResultMap" type="com.yoho.search.dal.model.CsRecallConfigCommon">
|
|
|
<id column="id" property="id" jdbcType="INTEGER"/>
|
|
|
<result column="config_type" property="configType" jdbcType="VARCHAR"/>
|
|
|
<result column="config_page" property="configPage" jdbcType="VARCHAR"/>
|
|
|
<result column="config_status" property="configStatus" jdbcType="INTEGER"/>
|
|
|
<result column="size" property="size" jdbcType="INTEGER"/>
|
|
|
<result column="interval" property="interval" jdbcType="INTEGER"/>
|
...
|
...
|
@@ -11,7 +12,7 @@ |
|
|
</resultMap>
|
|
|
|
|
|
<sql id="Base_Column_List">
|
|
|
id, config_type, config_status,`size`,`interval`,update_time
|
|
|
id, config_type, config_page, config_status,`size`,`interval`,update_time
|
|
|
</sql>
|
|
|
|
|
|
<select id="selectCount" resultType="int">
|
...
|
...
|
|