update 推送第三方平台可多选

This commit is contained in:
Lemon
2024-01-19 11:43:20 +08:00
parent 2258c9236f
commit 835e6451a7
11 changed files with 109 additions and 61 deletions

View File

@@ -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>