This commit is contained in:
shuo.wang
2025-02-18 16:23:58 +08:00
parent 1c863e40f2
commit 528ff2660f

View File

@@ -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=")">