公海状态

This commit is contained in:
苏竹红
2024-04-30 11:30:49 +08:00
parent cbeae5f53f
commit 28c78b88e2

View File

@@ -435,7 +435,7 @@
<select id="publicLineList" resultMap="BaseResultMap"> <select id="publicLineList" resultMap="BaseResultMap">
select * from xfsg_line_info select * from xfsg_line_info
where deleted = 0 and line_status = 0 and join_status = 0 where deleted = 0 and line_status = 0
<if test="publicFlag"> <if test="publicFlag">
and investment_manager is not null and investment_manager is not null
</if> </if>