私海
This commit is contained in:
@@ -326,6 +326,9 @@
|
||||
<if test="userId != null and userId != ''">
|
||||
and investment_manager = #{userId}
|
||||
</if>
|
||||
<if test="wantShopAreaName != null">
|
||||
and b.area_path like concat('%',#{wantShopAreaName},'%')
|
||||
</if>
|
||||
<if test="request.userName != null and request.username!=''">
|
||||
and username = #{request.userName}
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user