1.修改主题网站topic从码表中获取
This commit is contained in:
@@ -140,7 +140,7 @@
|
||||
<resultMap id="AppTopicDomainCfgMap" type="com.nis.domain.configuration.AppTopicDomainCfg" >
|
||||
<id column="cfg_id" property="cfgId" jdbcType="BIGINT" />
|
||||
<result column="spec_service_id" property="specServiceId" jdbcType="INTEGER" />
|
||||
<result column="topic" property="topic" jdbcType="INTEGER" />
|
||||
<result column="topic" property="topic" jdbcType="VARCHAR" />
|
||||
<result column="behav_code" property="behavCode" jdbcType="INTEGER" />
|
||||
<result column="domain" property="domain" jdbcType="VARCHAR" />
|
||||
<result column="cfg_desc" property="cfgDesc" jdbcType="VARCHAR" />
|
||||
@@ -398,7 +398,7 @@
|
||||
#{cfgType,jdbcType=VARCHAR},#{cfgRegionCode,jdbcType=INTEGER}
|
||||
</sql>
|
||||
<sql id="AppTopicCommonCfg_Value_List" >
|
||||
#{topic,jdbcType=INTEGER},#{behavCode,jdbcType=INTEGER},#{specServiceId,jdbcType=INTEGER},
|
||||
#{topic,jdbcType=VARCHAR},#{behavCode,jdbcType=INTEGER},#{specServiceId,jdbcType=INTEGER},
|
||||
#{cfgDesc,jdbcType=VARCHAR},#{action,jdbcType=INTEGER},
|
||||
#{isValid,jdbcType=INTEGER},#{isAudit,jdbcType=INTEGER},#{creatorId,jdbcType=INTEGER},
|
||||
#{createTime,jdbcType=TIMESTAMP},#{editorId,jdbcType=INTEGER},#{editTime,jdbcType=TIMESTAMP},
|
||||
@@ -980,6 +980,7 @@
|
||||
</otherwise>
|
||||
</choose>
|
||||
</select>
|
||||
<!-- 主题网站列表 -->
|
||||
<select id="findAppTopicDomainList" resultMap="AppTopicDomainCfgMap">
|
||||
select
|
||||
<include refid="AppTopicDomainCfg_Column"/>
|
||||
@@ -2113,7 +2114,7 @@
|
||||
cfg_desc = #{cfgDesc,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="topic != null">
|
||||
TOPIC = #{topic,jdbcType=INTEGER},
|
||||
TOPIC = #{topic,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="behavCode != null">
|
||||
BEHAV_CODE = #{behavCode,jdbcType=INTEGER},
|
||||
|
||||
Reference in New Issue
Block a user