This commit is contained in:
2026-01-28 23:37:21 +08:00
parent 66c9927475
commit 4ab955d11b
2 changed files with 17 additions and 22 deletions

View File

@@ -34,6 +34,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="longitude != null"> and longitude = #{longitude}</if>
<if test="salary != null and salary != ''"> and salary = #{salary}</if>
<if test="delFlag != null and delFlag != ''"> and del_flag = #{delFlag}</if>
<if test="createBy != null and createBy != ''"> and create_by = #{createBy}</if>
</where>
</select>