mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +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}
|
t1.station_id = #{stationId,jdbcType=VARCHAR}
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="movePile2AnotherStation" resultType="int">
|
<update id="movePile2AnotherStation">
|
||||||
update pile_basic_info
|
update pile_basic_info
|
||||||
<trim prefix="SET" suffixOverrides=",">
|
<trim prefix="SET" suffixOverrides=",">
|
||||||
<if test="newMerchantId != null">merchant_id = #{newMerchantId},</if>
|
<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=")">
|
<foreach collection="pileIdList" item="pileId" open="(" separator="," close=")">
|
||||||
#{pileId,jdbcType=BIGINT}
|
#{pileId,jdbcType=BIGINT}
|
||||||
</foreach>
|
</foreach>
|
||||||
</select>
|
</update>
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|||||||
Reference in New Issue
Block a user