公海添加字段方便测试
This commit is contained in:
@@ -410,6 +410,7 @@
|
|||||||
select
|
select
|
||||||
a.id as lineId,
|
a.id as lineId,
|
||||||
a.create_time as createTime,
|
a.create_time as createTime,
|
||||||
|
a.update_time as updateTime,
|
||||||
b.partner_id as partner_id,
|
b.partner_id as partner_id,
|
||||||
b.mobile as mobile,
|
b.mobile as mobile,
|
||||||
b.username as userName,
|
b.username as userName,
|
||||||
|
|||||||
@@ -25,4 +25,6 @@ public class PublicSeaLineDTO {
|
|||||||
private String wantShopArea;
|
private String wantShopArea;
|
||||||
|
|
||||||
private String acceptAdjustType;
|
private String acceptAdjustType;
|
||||||
|
|
||||||
|
private Date updateTime;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -69,4 +69,6 @@ public class PublicSeaLineListVo {
|
|||||||
|
|
||||||
private String acceptAdjustType;
|
private String acceptAdjustType;
|
||||||
|
|
||||||
|
private String updateTime;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -353,6 +353,7 @@ public class HyPartnerLineInfoServiceImpl implements HyPartnerLineInfoService {
|
|||||||
DescribePhoneNumberDTO phoneNumberAttribute = aliyunService.getPhoneNumberAttribute(x.getMobile());
|
DescribePhoneNumberDTO phoneNumberAttribute = aliyunService.getPhoneNumberAttribute(x.getMobile());
|
||||||
publicSeaLineListVo.setPhoneAddress(phoneNumberAttribute.getCity());
|
publicSeaLineListVo.setPhoneAddress(phoneNumberAttribute.getCity());
|
||||||
publicSeaLineListVo.setWantShopArea(x.getWantShopArea());
|
publicSeaLineListVo.setWantShopArea(x.getWantShopArea());
|
||||||
|
publicSeaLineListVo.setUpdateTime(DateUtil.format(x.getUpdateTime(),CoolDateUtils.DATE_FORMAT_SEC));
|
||||||
publicSeaLineListVo.setId(x.getLineId());
|
publicSeaLineListVo.setId(x.getLineId());
|
||||||
publicSeaLineListVo.setAcceptAdjustType(x.getAcceptAdjustType());
|
publicSeaLineListVo.setAcceptAdjustType(x.getAcceptAdjustType());
|
||||||
publicSeaLineListVo.setFollowCount(countMap.getOrDefault(x.getPartnerId(),0));
|
publicSeaLineListVo.setFollowCount(countMap.getOrDefault(x.getPartnerId(),0));
|
||||||
|
|||||||
Reference in New Issue
Block a user