|
@@ -50,7 +50,7 @@
|
|
and a.site_name LIKE CONCAT(CONCAT('%', #{siteName}), '%')
|
|
and a.site_name LIKE CONCAT(CONCAT('%', #{siteName}), '%')
|
|
</if>
|
|
</if>
|
|
<if test="userName != null and userName !=''">
|
|
<if test="userName != null and userName !=''">
|
|
- and a.userName LIKE CONCAT(CONCAT('%', #{userName}), '%')
|
|
|
|
|
|
+ and a.user_name LIKE CONCAT(CONCAT('%', #{userName}), '%')
|
|
</if>
|
|
</if>
|
|
<if test="phone != null and phone !=''">
|
|
<if test="phone != null and phone !=''">
|
|
and a.phone LIKE CONCAT(CONCAT('%', #{phone}), '%')
|
|
and a.phone LIKE CONCAT(CONCAT('%', #{phone}), '%')
|