修改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" />
from ntc_subscribe_id_cfg r
<where>
<if test="fucntionId != null">
and r.FUNCTION_ID=#{fucntionId,jdbcType=INTEGER}
<if test="functionId != null">
and r.FUNCTION_ID=#{functionId,jdbcType=INTEGER}
</if>
<if test="compileId != null">
and r.COMPILE_ID=#{compileId,jdbcType=INTEGER}