首页代码完善实现
This commit is contained in:
@@ -157,8 +157,7 @@ public class PmsProduct implements Serializable {
|
||||
|
||||
@Transient
|
||||
private SmsCoupon smsCoupon;
|
||||
|
||||
|
||||
|
||||
@ApiModelProperty(value = "评论信息")
|
||||
@Transient
|
||||
private List<PmsComment> pmsComment;
|
||||
@@ -175,17 +174,18 @@ public class PmsProduct implements Serializable {
|
||||
@ApiModelProperty(value = "好评比例")
|
||||
private PmsComment commentBiLi;
|
||||
|
||||
// 会员专区状态
|
||||
@Transient
|
||||
@ApiModelProperty(value = "会员专区状态")
|
||||
private Integer vipStatus;
|
||||
|
||||
// 积分专区状态
|
||||
@Transient
|
||||
@ApiModelProperty(value = "积分专区状态")
|
||||
private Integer pointsAreaStatus;
|
||||
|
||||
// 积分兑换专区状态
|
||||
@Transient
|
||||
@ApiModelProperty(value = "积分兑换专区状态")
|
||||
private Integer pointsExchangeStatus;
|
||||
|
||||
|
||||
|
||||
|
||||
public List<PmsProductAttribute> getProductAttribute() {
|
||||
return productAttribute;
|
||||
|
||||
@@ -234,6 +234,15 @@
|
||||
<if test="newStatus != null">
|
||||
new_status,
|
||||
</if>
|
||||
<if test="vipStatus != null">
|
||||
vip_status,
|
||||
</if>
|
||||
<if test="pointsAreaStatus != null">
|
||||
points_area_status,
|
||||
</if>
|
||||
<if test="pointsExchangeStatus != null">
|
||||
points_exchange_status,
|
||||
</if>
|
||||
<if test="recommandStatus != null">
|
||||
recommand_status,
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user