修改findSubscribeIdCfgList() xml.
This commit is contained in:
@@ -517,8 +517,8 @@
|
|||||||
<include refid="SubscribeIdCfg_Column" />
|
<include refid="SubscribeIdCfg_Column" />
|
||||||
from ntc_subscribe_id_cfg r
|
from ntc_subscribe_id_cfg r
|
||||||
<where>
|
<where>
|
||||||
<if test="fucntionId != null">
|
<if test="functionId != null">
|
||||||
and r.FUNCTION_ID=#{fucntionId,jdbcType=INTEGER}
|
and r.FUNCTION_ID=#{functionId,jdbcType=INTEGER}
|
||||||
</if>
|
</if>
|
||||||
<if test="compileId != null">
|
<if test="compileId != null">
|
||||||
and r.COMPILE_ID=#{compileId,jdbcType=INTEGER}
|
and r.COMPILE_ID=#{compileId,jdbcType=INTEGER}
|
||||||
|
|||||||
Reference in New Issue
Block a user