update 海南平台对接

This commit is contained in:
2024-01-29 13:55:56 +08:00
parent e20ed2b230
commit be32910512
2 changed files with 3 additions and 1 deletions

View File

@@ -478,7 +478,7 @@
pile_station_info t1
JOIN pile_merchant_info t2 ON t1.merchant_id = t2.id
AND t1.del_flag = '0'
and public_flag = '1'
and t1.public_flag = '1'
<if test="dto.address != null and dto.address != ''">
and t1.address like concat('%', #{dto.address}, '%')
</if>