Commit bb0f30dc by 吴博

bug:[none] fixBrowse

parent 9ab040eb
...@@ -1397,7 +1397,7 @@ public class RightsSettingBizImpl implements RightsSettingBiz { ...@@ -1397,7 +1397,7 @@ public class RightsSettingBizImpl implements RightsSettingBiz {
items.add(RightsNowItem.builder().serveId(appletNews.getId()).serveName(appletNews.getNewsName()).serveType(RightsServeTypeEnum.NEWS.name()) items.add(RightsNowItem.builder().serveId(appletNews.getId()).serveName(appletNews.getNewsName()).serveType(RightsServeTypeEnum.NEWS.name())
.serveTypeName("资讯").servePic(appletNews.getPic1()).type(type).jumpType(appletNews.getJumpType()) .serveTypeName("资讯").servePic(appletNews.getPic1()).type(type).jumpType(appletNews.getJumpType())
.jumpUrl(appletNews.getJumpUrl()).newsType(appletNews.getType()).crossedPrice(appletNews.getCrossedPrice()). .jumpUrl(appletNews.getJumpUrl()).newsType(appletNews.getType()).crossedPrice(appletNews.getCrossedPrice()).
appraisalPrice(appletNews.getAppraisalPrice()).borwseCount(browseCount).build()); appraisalPrice(appletNews.getAppraisalPrice()).browseCount(browseCount).build());
} }
} }
...@@ -1624,7 +1624,7 @@ public class RightsSettingBizImpl implements RightsSettingBiz { ...@@ -1624,7 +1624,7 @@ public class RightsSettingBizImpl implements RightsSettingBiz {
item.setUrlNumber(appletNewsDTO.getUrlNumber()); item.setUrlNumber(appletNewsDTO.getUrlNumber());
item.setCrossedPrice(appletNewsDTO.getCrossedPrice()); item.setCrossedPrice(appletNewsDTO.getCrossedPrice());
item.setAppraisalPrice(appletNewsDTO.getAppraisalPrice()); item.setAppraisalPrice(appletNewsDTO.getAppraisalPrice());
item.setBorwseCount(appletNewsDTO.getBrowseCount()); item.setBrowseCount(appletNewsDTO.getBrowseCount());
} }
} }
} }
......
...@@ -125,7 +125,7 @@ public class RightsNowItem extends BaseEntity { ...@@ -125,7 +125,7 @@ public class RightsNowItem extends BaseEntity {
private String appraisalPrice; private String appraisalPrice;
@ApiModelProperty("资讯浏览量") @ApiModelProperty("资讯浏览量")
private Integer borwseCount; private Integer browseCount;
@ApiModelProperty("应用/资讯/作品图片-大图") @ApiModelProperty("应用/资讯/作品图片-大图")
private String transverseImg; private String transverseImg;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment