@@ -78,6 +78,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<iftest="userInfo != null and userInfo != ''"> and (u.username like concat('%', #{userInfo}, '%') or u.usernum like concat('%', #{userInfo}, '%') or u.address like concat('%', #{userInfo}, '%'))</if>
<iftest="meterCompany != null and meterCompany != ''"> and u.meter_company = #{meterCompany}</if>
<iftest="meterType != null and meterType != ''"> and u.meter_type = #{meterType}</if>
<iftest="meternum != null and meternum != ''"> and u.meternum = #{meternum}</if>