id
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user