This commit is contained in:
77
2024-05-09 22:44:08 +08:00
parent 3a7f21239e
commit 688fbd9134

View File

@@ -26,6 +26,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and t1.residence_city_name like concat('%',#{bo.residenceCityName},'%')
</if>
</where>
order by t1.create_time desc
</select>