字段调整
This commit is contained in:
@@ -106,10 +106,10 @@ public class PointInfoDO {
|
||||
private Integer submitAuditCount;
|
||||
|
||||
/**
|
||||
* 是否是加盟商上传
|
||||
* 店铺来源
|
||||
*/
|
||||
@Column(name = "is_line_upload")
|
||||
private Boolean isLineUpload;
|
||||
@Column(name = "point_source")
|
||||
private Integer pointSource;
|
||||
|
||||
/**
|
||||
* 删除标识
|
||||
|
||||
@@ -26,6 +26,12 @@ public class PointDetailVO {
|
||||
@ApiModelProperty("所属大区")
|
||||
private Long regionId;
|
||||
|
||||
@ApiModelProperty("所属大区")
|
||||
private String regionNodeName;
|
||||
|
||||
@ApiModelProperty("店铺来源:1、鲜丰选址人员寻铺 2、加盟商自采")
|
||||
private Integer pointSource;
|
||||
|
||||
@ApiModelProperty("经度")
|
||||
private String longitude;
|
||||
|
||||
@@ -250,6 +256,9 @@ public class PointDetailVO {
|
||||
if(PointStatusEnum.POINT_STATUS_4.getCode().equals(pointInfo.getPointStatus())){
|
||||
result.setPointStatus(PointStatusEnum.POINT_STATUS_3.getCode());
|
||||
}
|
||||
result.setPointArea(pointInfo.getPointArea());
|
||||
result.setRegionId(pointInfo.getRegionId());
|
||||
result.setPointSource(pointInfo.getPointSource());
|
||||
result.setSelectStatus(pointInfo.getSelectStatus());
|
||||
result.setPointScore(pointInfo.getPointScore());
|
||||
result.setBusinessStatus(pointDetailInfo.getBusinessStatus());
|
||||
|
||||
Reference in New Issue
Block a user