修改运营方案列表bug

This commit is contained in:
shuo.wang
2024-05-08 15:05:19 +08:00
parent a7f3ef74ba
commit 3b258cd364
7 changed files with 72 additions and 62 deletions

View File

@@ -494,7 +494,7 @@
</if>
</select>
<select id="getLines" resultType="com.cool.store.dto.openPreparation.PlanLineDTO">
select xli.id as lineId, xli.mobile as mobile, xli.username as username, 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
join enterprise_user_${enterpriseId} eu on xli.investment_manager = eu.user_id
where deleted = 0 and join_status = 1 and line_status = 1