Commit 73e75c5b by ping.wu

Merge branches 'feature/20210831_积分商城2期现金支付_wuping' and 'qa' of…

Merge branches 'feature/20210831_积分商城2期现金支付_wuping' and 'qa' of http://gitlab.freemud.com/order-group-application/order-group into qa
parents f8125d7b aa5bb666
......@@ -47,6 +47,7 @@ public class PointsMallOrderAdapter {
productInfoRequest.setValidateMember(true);
productInfoRequest.setValidateStock(true);
productInfoRequest.setValidateTime(true);
productInfoRequest.setValidateLimitNum(true);
return productInfoRequest;
}
......
......@@ -42,4 +42,7 @@ public class PointMallListProductInfoRequest {
// @ApiModelProperty(value = "是否校验用户限制(true校验,false不校验)")
private boolean isValidateMember;
//是否校验限购数量(true校验,false不校验)
private boolean validateLimitNum;
}
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