修改findSubscribeIdCfgList() xml.

This commit is contained in:
zhangwenqing
2018-08-23 10:28:29 +08:00
parent 38d9da2693
commit 4639fe0fdb

View File

@@ -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}