mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 推送第三方平台可多选
This commit is contained in:
@@ -127,6 +127,9 @@
|
||||
del_flag = '1'
|
||||
where
|
||||
station_id = #{stationId,jdbcType=VARCHAR}
|
||||
and third_party_type = #{type,jdbcType=VARCHAR}
|
||||
and third_party_type in
|
||||
<foreach collection="types" open="(" item="type" close=")" separator=",">
|
||||
#{type,jdbcType=VARCHAR}
|
||||
</foreach>
|
||||
</update>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user