|
@@ -103,10 +103,10 @@
|
|
<where>
|
|
<where>
|
|
user_type = #{userType}
|
|
user_type = #{userType}
|
|
<if test="userType !=null and userType ==1 ">
|
|
<if test="userType !=null and userType ==1 ">
|
|
- AND blog_openid = #{openId}
|
|
|
|
|
|
+ AND blog_token = #{token}
|
|
</if>
|
|
</if>
|
|
<if test="userType !=null and userType ==2 ">
|
|
<if test="userType !=null and userType ==2 ">
|
|
- AND mina_openid = #{openId}
|
|
|
|
|
|
+ AND mina_token = #{token}
|
|
</if>
|
|
</if>
|
|
</where>
|
|
</where>
|
|
</select>
|
|
</select>
|