joinStatus
This commit is contained in:
@@ -403,6 +403,9 @@
|
||||
<if test="userId != null and userId != ''">
|
||||
and a.investment_manager = #{userId}
|
||||
</if>
|
||||
<if test="request.joinStatus != null">
|
||||
and a.join_status = #{request.joinStatus}
|
||||
</if>
|
||||
<if test="request.keyword != null and request.keyword!=''">
|
||||
and (a.username like #{request.keyword} or a.mobile like #{request.keyword})
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user