fix(sj_1.1.1): ServerNodeMapper.insertBatch 变量名错误

This commit is contained in:
dhb52 2024-07-18 15:12:53 +08:00
parent cfc544e35b
commit fcfa3be688

View File

@ -22,7 +22,7 @@
</foreach> </foreach>
</if> </if>
<if test="@com.aizuda.snailjob.template.datasource.utils.DbUtils@isOracle()"> <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 SELECT
#{item.namespaceId,jdbcType=VARCHAR}, #{item.namespaceId,jdbcType=VARCHAR},
#{item.groupName,jdbcType=VARCHAR}, #{item.groupName,jdbcType=VARCHAR},