添加线索状态
This commit is contained in:
@@ -1047,6 +1047,7 @@
|
||||
<select id="lineInvestmentList" resultType="com.cool.store.dto.partner.LineInterviewDTO">
|
||||
select
|
||||
a.id as lineId,
|
||||
a.line_status as lineStatus,
|
||||
a.investment_manager as investmentManager,
|
||||
b.mobile as investmentManagerMobile,
|
||||
b.name as investmentManagerName
|
||||
|
||||
@@ -14,6 +14,8 @@ public class LineInterviewDTO {
|
||||
|
||||
private Long lineId;
|
||||
|
||||
private Integer lineStatus;
|
||||
|
||||
private String investmentManager;
|
||||
|
||||
private String investmentManagerName;
|
||||
|
||||
@@ -20,6 +20,8 @@ public class ExhibitionLineVO {
|
||||
|
||||
private Integer lineId;
|
||||
|
||||
private Integer lineStatus;
|
||||
|
||||
private Integer wantShopArea;
|
||||
|
||||
private String wantShopAreaName;
|
||||
|
||||
@@ -490,6 +490,7 @@ public class ExhibitionServiceImpl implements ExhibitionService {
|
||||
exhibitionLineVO.setId(Integer.valueOf(x.getExhibitionId()));
|
||||
exhibitionLineVO.setWantShopAreaName(x.getWantShopAreaName().replace("/", " "));
|
||||
exhibitionLineVO.setInvestmentManager(investment.getInvestmentManager());
|
||||
exhibitionLineVO.setLineStatus(investment.getLineStatus());
|
||||
exhibitionLineVO.setInvestmentManagerName(investment.getInvestmentManagerName());
|
||||
exhibitionLineVO.setInvestmentManagerMobile(investment.getInvestmentManagerMobile());
|
||||
exhibitionLineVO.setInterviewer(inter.getInterviewer());
|
||||
|
||||
Reference in New Issue
Block a user