多域的日志增加可查看配置详情,隐藏日志中的查看详情,提供可以复制日志过长title功能
This commit is contained in:
@@ -514,11 +514,18 @@
|
||||
#{classify,jdbcType=VARCHAR},#{attribute,jdbcType=VARCHAR},#{lable,jdbcType=VARCHAR},
|
||||
#{areaEffectiveIds,jdbcType=VARCHAR}
|
||||
</sql> -->
|
||||
<select id="getAppPolicyCfg" resultMap="AppPolicyCfgMap" parameterType="java.lang.Long" >
|
||||
<select id="getAppPolicyCfg" resultMap="AppPolicyCfgMap">
|
||||
SELECT
|
||||
<include refid="AppPolicyCfg_Column" />
|
||||
FROM app_policy_cfg r
|
||||
WHERE CFG_ID = #{cfgId,jdbcType=BIGINT}
|
||||
<where>
|
||||
<if test="cfgId !=null">
|
||||
CFG_ID = #{cfgId,jdbcType=BIGINT}
|
||||
</if>
|
||||
<if test="compileId != null">
|
||||
AND COMPILE_ID=#{compileId,jdbcType=INTEGER}
|
||||
</if>
|
||||
</where>
|
||||
</select>
|
||||
<select id="getAppIpCfg" resultMap="AppIpCfgMap" parameterType="java.lang.Long" >
|
||||
SELECT
|
||||
|
||||
Reference in New Issue
Block a user