This commit is contained in:
张良(004796)
2024-04-18 17:40:58 +08:00
parent 5f4ad8c3b0
commit 14cd347ee8

View File

@@ -55,8 +55,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="params.education != null"> <if test="params.education != null">
and t1.education = #{params.education} and t1.education = #{params.education}
</if> </if>
<if test="params.residenceCodeStr != null and params.residenceCodeStr != ''"> <if test="params.residenceCityCode != null and params.residenceCityCode != ''">
and t1.residence_city_name = #{params.residenceCodeStr} and t1.residence_city_code = #{params.residenceCityCode}
</if> </if>
<if test="params.vipQuery != null"> <if test="params.vipQuery != null">
<if test="params.vipQuery.profession != null and params.vipQuery.profession != ''"> <if test="params.vipQuery.profession != null and params.vipQuery.profession != ''">