@ -95,7 +95,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
SELECT <includerefid="fieldList"/>
SELECT <includerefid="fieldList"/>
<where>
<where>
<iftest="nickname != null and nickname != ''"> and member.nickname like concat('%', #{nickname}, '%')</if>
<iftest="nickname != null and nickname != ''"> and member.nickname like concat('%', #{nickname}, '%')</if>
<iftest="creditStart != null and creditEnd != null"> and member.credit >= #{creditStart} and member.credit <= #{creditEnd}</if>
<iftest="creditStart != null"> and member.credit >= #{creditStart} </if>
<iftest="creditEnd != null"> and member.credit <= #{creditEnd}</if>
<iftest="userType != null "> and member.user_type = #{userType}</if>
<iftest="userType != null "> and member.user_type = #{userType}</if>
<iftest="provinceId != null and provinceId != ''"> and member.province_id = #{provinceId}</if>
<iftest="provinceId != null and provinceId != ''"> and member.province_id = #{provinceId}</if>
<iftest="cityId != null and cityId != ''"> and member.city_id = #{cityId}</if>
<iftest="cityId != null and cityId != ''"> and member.city_id = #{cityId}</if>
@ -121,8 +122,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<iftest="params != null and params.endTime != null">
<iftest="params != null and params.endTime != null">
and member.create_time <= #{params.endTime}
and member.create_time <= #{params.endTime}
</if>
</if>
<iftest="deviceNumStart != null and deviceNumEnd != null"> and member.devices_num >= #{deviceNumStart} and member.devices_num <= #{deviceNumEnd}</if>
<iftest="deviceNumStart != null"> and member.devices_num >= #{deviceNumStart}</if>
<iftest="deviceNumEnd != null"> and member.devices_num <= #{deviceNumEnd}</if>
<iftest="wecomTags != null and wecomTags.size > 0">
<iftest="wecomTags != null and wecomTags.size > 0">