This commit is contained in:
YAS\29473
2025-12-08 11:36:05 +08:00
parent 441950e75b
commit a603879f45

View File

@@ -598,6 +598,7 @@
join thirdparty_station_relation t3 on t3.station_id = t1.id
AND t1.del_flag = '0'
and t1.public_flag = '1'
and t3.del_flag = '0'
<if test="dto.address != null and dto.address != ''">
and t1.address like concat('%', #{dto.address}, '%')
</if>