fix
This commit is contained in:
@@ -350,7 +350,6 @@
|
||||
<if test="userId!=null and userId!=''">
|
||||
or investment_manager = #{userId}
|
||||
</if>
|
||||
investment_manager = #{userId}
|
||||
<if test="list!=null and list.size>0">
|
||||
or region_id in
|
||||
<foreach collection="list" index="index" item="item" open="(" separator="," close=")">
|
||||
|
||||
Reference in New Issue
Block a user