修改sql getLines
This commit is contained in:
@@ -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
|
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
|
from xfsg_line_info xli
|
||||||
join enterprise_user_${enterpriseId} eu on xli.investment_manager = eu.user_id
|
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">
|
<if test=" lineIdList != null and lineIdList.size>0">
|
||||||
and xli.id in
|
and xli.id in
|
||||||
<foreach collection="lineIdList" item="lineId" open="(" separator="," close=")">
|
<foreach collection="lineIdList" item="lineId" open="(" separator="," close=")">
|
||||||
|
|||||||
Reference in New Issue
Block a user