|
|
@@ -468,11 +468,11 @@
|
|
|
<if test="userName != null">
|
|
|
and a.nickname like concat('%',#{userName},'%')
|
|
|
</if>
|
|
|
- <if test="adminName != null">
|
|
|
- and c.name like concat('%',#{adminName},'%')
|
|
|
+ <if test="aid != null">
|
|
|
+ and c.id =#{aid}
|
|
|
</if>
|
|
|
- <if test="followAname != null">
|
|
|
- and b.follow_aname like concat('%',#{followAname},'%')
|
|
|
+ <if test="followAid != null">
|
|
|
+ and b.follow_aid =#{followAid}
|
|
|
</if>
|
|
|
<if test="member != null">
|
|
|
and b.`member` = #{member}
|
|
|
@@ -515,11 +515,11 @@
|
|
|
<if test="userName != null">
|
|
|
and a.nickname like concat('%',#{userName},'%')
|
|
|
</if>
|
|
|
- <if test="adminName != null">
|
|
|
- and c.name like concat('%',#{adminName},'%')
|
|
|
+ <if test="aid != null">
|
|
|
+ and c.id =#{aid}
|
|
|
</if>
|
|
|
- <if test="followAname != null">
|
|
|
- and b.follow_aname like concat('%',#{followAname},'%')
|
|
|
+ <if test="followAid != null">
|
|
|
+ and b.follow_aid =#{followAid}
|
|
|
</if>
|
|
|
<if test="member != null">
|
|
|
and b.`member` = #{member}
|