zq-erp/src/main/resources/mybatis/mapper/hive/SysVipInfoDao.xml
@@ -808,6 +808,10 @@ <if test="record.phone != null and record.phone !='' "> and a.PHONE like CONCAT('%',#{record.phone},'%') </if> <if test="record.padQueryKey != null and record.padQueryKey !='' "> and (a.PHONE like CONCAT('%',#{record.padQueryKey},'%') or instr(a.VIP_NAME ,#{record.padQueryKey}) ) </if> <if test="record.sex != null and record.sex !='' "> and a.SEX = #{record.sex} </if>