mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
update 修改站点运营商时将此站点下所有桩的运营商也进行修改
This commit is contained in:
@@ -396,4 +396,13 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
#{item,jdbcType=VARCHAR}
|
||||
</foreach>
|
||||
</select>
|
||||
|
||||
<update id="updatePileMerchantBatch">
|
||||
update
|
||||
pile_basic_info
|
||||
set
|
||||
merchant_id = #{newMerchantId,jdbcType=VARCHAR}
|
||||
where
|
||||
merchant_id = #{oldMerchantId,jdbcType=VARCHAR}
|
||||
</update>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user