mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
新增 修改站点运营商时,将订单列表中的运营商id也进行修改
This commit is contained in:
@@ -1156,4 +1156,13 @@
|
||||
</foreach>
|
||||
</if>
|
||||
</select>
|
||||
|
||||
<update id="updateMerchantByStationId">
|
||||
update
|
||||
order_basic_info
|
||||
set
|
||||
merchant_id = #{newMerchantId,jdbcType=VARCHAR}
|
||||
where
|
||||
station_id = #{stationId,jdbcType=BIGINT}
|
||||
</update>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user