functionId名称错误

This commit is contained in:
duandongmei
2018-08-23 11:04:43 +08:00
parent 82664d2f21
commit 6b89fcae49

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}