|
@@ -184,8 +184,8 @@
|
|
<if test="bindMobile != null and bindMobile != ''">
|
|
<if test="bindMobile != null and bindMobile != ''">
|
|
AND a.bindMobile LIKE concat('%',#{bindMobile},'%')
|
|
AND a.bindMobile LIKE concat('%',#{bindMobile},'%')
|
|
</if>
|
|
</if>
|
|
- <if test="userName != null and userName != ''">
|
|
|
|
- AND a.userName LIKE concat('%',#{userName},'%')
|
|
|
|
|
|
+ <if test="name != null and name != ''">
|
|
|
|
+ AND a.name LIKE concat('%',#{name},'%')
|
|
</if>
|
|
</if>
|
|
<if test="linkMan != null and linkMan != ''">
|
|
<if test="linkMan != null and linkMan != ''">
|
|
AND c.linkMan LIKE concat('%',#{linkMan},'%')
|
|
AND c.linkMan LIKE concat('%',#{linkMan},'%')
|