修改sql getLines

This commit is contained in:
shuo.wang
2024-05-15 13:53:02 +08:00
parent 2667a0e762
commit 6bb8448d5d

View File

@@ -500,7 +500,7 @@
select xli.id as lineId, xli.mobile as mobile, xli.username as username,xli.investment_manager as investmentManagerId ,eu.name as name
from xfsg_line_info xli
join enterprise_user_${enterpriseId} eu on xli.investment_manager = eu.user_id
where deleted = 0 and join_status = 1 and line_status = 1
where deleted = 0
<if test=" lineIdList != null and lineIdList.size>0">
and xli.id in
<foreach collection="lineIdList" item="lineId" open="(" separator="," close=")">