functionId名称错误
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user