调整音视频文本所有areaIpCfg相关信息根据compileId处理

This commit is contained in:
duandongmei
2018-06-06 14:27:37 +08:00
parent 1e4f717bc7
commit 59ad691c1e
7 changed files with 34 additions and 16 deletions

View File

@@ -957,6 +957,9 @@
<if test="cfgId != null">
and r.cfg_id=#{cfgId,jdbcType=INTEGER}
</if>
<if test="compileId != null">
and r.compile_id=#{compileId,jdbcType=INTEGER}
</if>
<choose>
<when test="isValid != null">
and r.is_valid=#{isValid,jdbcType=INTEGER}
@@ -1134,6 +1137,9 @@
<if test="cfgId != null" >
and cfg_id = #{cfgId,jdbcType=INTEGER}
</if>
<if test="compileId != null" >
and compile_id = #{compileId,jdbcType=INTEGER}
</if>
<if test="functionId != null" >
and function_id = #{functionId,jdbcType=INTEGER}
</if>
@@ -1255,6 +1261,9 @@
<if test="cfgId != null">
and r.cfg_id=#{cfgId,jdbcType=INTEGER}
</if>
<if test="compileId != null">
and r.compile_id=#{compileId,jdbcType=INTEGER}
</if>
<choose>
<when test="isValid != null">
and r.is_valid=#{isValid,jdbcType=INTEGER}
@@ -1405,6 +1414,9 @@
<if test="cfgId != null" >
and cfg_id = #{cfgId,jdbcType=INTEGER}
</if>
<if test="compileId != null" >
and compile_id = #{compileId,jdbcType=INTEGER}
</if>
<if test="functionId != null" >
and function_id = #{functionId,jdbcType=INTEGER}
</if>