添加阶段
This commit is contained in:
@@ -21,6 +21,8 @@ public class PreparationCommonPendingVO {
|
||||
private String partnerPhone;
|
||||
@ApiModelProperty("所属战区")
|
||||
private String regionNodeName;
|
||||
@ApiModelProperty("阶段")
|
||||
private Integer stage;
|
||||
@ApiModelProperty("阶段状态")
|
||||
private Integer subStageStatus;
|
||||
@ApiModelProperty("线索ID")
|
||||
|
||||
@@ -391,6 +391,7 @@ public class DeskServiceImpl implements DeskService {
|
||||
PreparationCommonPendingVO preparationCommonPendingVO = new PreparationCommonPendingVO();
|
||||
preparationCommonPendingVO.setLineId(x.getLineId());
|
||||
preparationCommonPendingVO.setShopId(x.getShopId());
|
||||
preparationCommonPendingVO.setStage(x.getShopStage());
|
||||
preparationCommonPendingVO.setSubStageStatus(x.getShopSubStageStatus());
|
||||
ShopInfoDO shopInfoDO = shopInfoMap.getOrDefault(x.getShopId(),new ShopInfoDO());
|
||||
preparationCommonPendingVO.setSubmitTime(DateUtils.parseDateToStr(DateUtils.SPECIAL_DATE_START,finalShopPayDoMap.getOrDefault(x.getShopId(), new LinePayDO()).getCreateTime()));
|
||||
|
||||
Reference in New Issue
Block a user