This commit is contained in:
苏竹红
2024-01-15 16:22:05 +08:00
parent 33462d399a
commit ff46f91907
2 changed files with 2 additions and 0 deletions

View File

@@ -83,6 +83,7 @@
<select id="exhibitionLineList" resultType="com.cool.store.dto.exhibition.ExhibitionLineDTO">
select
hpe.id as id ,
hpe.exhibition_id as exhibitionId ,
hpe.interview_plan_id as planId,
hpe.partner_id as partnerId,

View File

@@ -508,6 +508,7 @@ public class ExhibitionServiceImpl implements ExhibitionService {
exhibitionLineVO.setWantShopAreaName(x.getWantShopAreaName().replace("/", " "));
exhibitionLineVO.setInvestmentManager(investment.getInvestmentManager());
exhibitionLineVO.setLineStatus(investment.getLineStatus());
exhibitionLineVO.setId(x.getId());
exhibitionLineVO.setInvestmentManagerName(investment.getInvestmentManagerName());
exhibitionLineVO.setInvestmentManagerMobile(investment.getInvestmentManagerMobile());
exhibitionLineVO.setInterviewer(inter.getInterviewer());