mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-19 18:45:03 +08:00
update 移动充电桩到另一个站点 接口
This commit is contained in:
@@ -477,7 +477,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
t1.station_id = #{stationId,jdbcType=VARCHAR}
|
||||
</select>
|
||||
|
||||
<select id="movePile2AnotherStation" resultType="int">
|
||||
<update id="movePile2AnotherStation">
|
||||
update pile_basic_info
|
||||
<trim prefix="SET" suffixOverrides=",">
|
||||
<if test="newMerchantId != null">merchant_id = #{newMerchantId},</if>
|
||||
@@ -495,5 +495,5 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<foreach collection="pileIdList" item="pileId" open="(" separator="," close=")">
|
||||
#{pileId,jdbcType=BIGINT}
|
||||
</foreach>
|
||||
</select>
|
||||
</update>
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user