This commit is contained in:
2023-07-08 08:31:29 +08:00
parent 8295d9d578
commit f82aa98cc5
6 changed files with 18 additions and 12 deletions

View File

@@ -403,6 +403,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
set
merchant_id = #{newMerchantId,jdbcType=VARCHAR}
where
merchant_id = #{oldMerchantId,jdbcType=VARCHAR}
id in
<foreach collection="pileIdList" item="item" open="(" separator="," close=")">
#{item,jdbcType=BIGINT}
</foreach>
</update>
</mapper>