|
|
@@ -290,11 +290,14 @@
|
|
|
and b.share_type =0
|
|
|
</if>
|
|
|
<if test="userType == 2">
|
|
|
- and b.share_type =2
|
|
|
- </if>
|
|
|
- <if test="userType == 3">
|
|
|
- and b.share_type =3
|
|
|
+ and b.share_type =1
|
|
|
</if>
|
|
|
+ <if test="userType == 3">
|
|
|
+ and b.share_type =2
|
|
|
+ </if>
|
|
|
+ <if test="userType == 4">
|
|
|
+ and b.share_type =3
|
|
|
+ </if>
|
|
|
<if test="contactType != null">
|
|
|
and a.contact_type = #{contactType}
|
|
|
</if>
|