fix(sj_1.1.1): ServerNodeMapper.insertBatch 变量名错误
This commit is contained in:
parent
cfc544e35b
commit
fcfa3be688
@ -22,7 +22,7 @@
|
||||
</foreach>
|
||||
</if>
|
||||
<if test="@com.aizuda.snailjob.template.datasource.utils.DbUtils@isOracle()">
|
||||
<foreach collection="records" item="item" index="index" separator="UNION ALL">
|
||||
<foreach collection="list" item="item" index="index" separator="UNION ALL">
|
||||
SELECT
|
||||
#{item.namespaceId,jdbcType=VARCHAR},
|
||||
#{item.groupName,jdbcType=VARCHAR},
|
||||
|
Loading…
Reference in New Issue
Block a user