店铺详情
This commit is contained in:
@@ -38,6 +38,9 @@ public class PointDetailVO {
|
||||
@ApiModelProperty("铺位状态 1.采集中、2.已评估、3.待审核、5.已审核、6.已签约、7.已失效")
|
||||
private Integer pointStatus;
|
||||
|
||||
@ApiModelProperty("选择状态0.未选择, 1.已被选择")
|
||||
private Integer selectStatus;
|
||||
|
||||
@ApiModelProperty("铺位得分")
|
||||
private Integer pointScore;
|
||||
|
||||
@@ -247,6 +250,7 @@ public class PointDetailVO {
|
||||
if(PointStatusEnum.POINT_STATUS_4.getCode().equals(pointInfo.getPointStatus())){
|
||||
result.setPointStatus(PointStatusEnum.POINT_STATUS_3.getCode());
|
||||
}
|
||||
result.setSelectStatus(pointInfo.getSelectStatus());
|
||||
result.setPointScore(pointInfo.getPointScore());
|
||||
result.setBusinessStatus(pointDetailInfo.getBusinessStatus());
|
||||
result.setNineFlowRate(pointDetailInfo.getNineFlowRate());
|
||||
|
||||
Reference in New Issue
Block a user