|
|
@@ -114,7 +114,7 @@
|
|
|
WHERE
|
|
|
ui.from_uid = #{fromUid,jdbcType=VARCHAR}
|
|
|
<if test="userType != null" >
|
|
|
- u.type = #{userType}
|
|
|
+ and u.type = #{userType}
|
|
|
</if>
|
|
|
ORDER BY
|
|
|
ui.create_time DESC
|
|
|
@@ -132,7 +132,7 @@
|
|
|
WHERE
|
|
|
ui.from_uid = #{fromUid,jdbcType=VARCHAR}
|
|
|
<if test="userType != null" >
|
|
|
- u.type = #{userType}
|
|
|
+ and u.type = #{userType}
|
|
|
</if>
|
|
|
</select>
|
|
|
|