新增:park字段

This commit is contained in:
2024-09-19 00:25:40 +08:00
parent f385332c4e
commit 5055dfa5ba

View File

@@ -57,7 +57,7 @@
AND a.zip_code = #{param.zipCode}
</if>
<if test="param.park != null">
AND a.park = #{param.park}
AND a.park LIKE CONCAT('%', #{param.park}, '%')
</if>
<if test="param.leaderId != null">
AND a.leader_id = #{param.leaderId}