公海线索才修改线索状态
This commit is contained in:
@@ -73,4 +73,6 @@ public class PrivateSeaLineDTO {
|
||||
|
||||
private Date startTime;
|
||||
|
||||
private String investmentManagerMobile;
|
||||
|
||||
}
|
||||
|
||||
@@ -87,6 +87,8 @@ public class PrivateSeaLineListVo {
|
||||
|
||||
private Date startTime;
|
||||
|
||||
private String investmentManagerMobile;
|
||||
|
||||
|
||||
public static List<PrivateSeaLineListVo> convertList(List<PrivateSeaLineDTO> list, Map<String, String> finalDevManagerMap, Map<String, String> wantShopAreaNameMap){
|
||||
List<PrivateSeaLineListVo> resultList = new ArrayList<>();
|
||||
@@ -105,11 +107,11 @@ public class PrivateSeaLineListVo {
|
||||
privateSeaLineListVo.setDevelopmentManager(x.getDevelopmentManager());
|
||||
privateSeaLineListVo.setInvestmentManagerName(x.getInvestmentManagerName());
|
||||
privateSeaLineListVo.setStoreCode(x.getStoreCode());
|
||||
privateSeaLineListVo.setInvestmentManagerMobile(x.getInvestmentManagerMobile());
|
||||
privateSeaLineListVo.setStoreName(x.getStoreName());
|
||||
String updateTime = DateUtil.format(x.getUpdateTime(), CoolDateUtils.DATE_FORMAT_SEC_2);
|
||||
privateSeaLineListVo.setUpdateTime(updateTime);
|
||||
privateSeaLineListVo.setRecommendPartnerId(x.getRecommendPartnerId());
|
||||
privateSeaLineListVo.setAcceptAdjustType(x.getAcceptAdjustType());
|
||||
privateSeaLineListVo.setWantShopArea(x.getWantShopArea());
|
||||
privateSeaLineListVo.setWantShopAreaName(wantShopAreaNameMap.get(x.getWantShopArea()));
|
||||
privateSeaLineListVo.setInvestmentManager(x.getInvestmentManager());
|
||||
|
||||
Reference in New Issue
Block a user