好友列表bug

master
jiangyunjie 6 years ago
parent dc26437048
commit 23f97c9657

@ -8,7 +8,7 @@
t2.id AS customerId, t2.id AS customerId,
t2.phone AS mobile, t2.phone AS mobile,
t5.NAME AS inviteSellerName, t5.NAME AS inviteSellerName,
t4.id AS inviteSellerId, t4.user_id AS inviteSellerId,
t1.create_time AS addTime, t1.create_time AS addTime,
t2.avatar, t2.avatar,
t3.level as vipFlag t3.level as vipFlag
@ -35,7 +35,7 @@
and t1.store_id = #{shopId} and t1.store_id = #{shopId}
</if> </if>
<if test="sellerId != null and sellerId != 0"> <if test="sellerId != null and sellerId != 0">
and t4.id = #{sellerId} and t4.user_id = #{sellerId}
</if> </if>
<if test="search != null and search !=''"> <if test="search != null and search !=''">
and and

Loading…
Cancel
Save