Commit 4a5803bd by 周晓航

Merge branch '订单C端,校验券状态+有效期-zxh-1039062' into qa

parents a02c5b28 e699b3ad
......@@ -533,6 +533,7 @@ public class SellCouponOrderServiceImpl implements OrderFactoryService {
return ResponseUtil.error(ResponseResult.STORE_ITEM_CHECK_INVAILD);
}
List<GetMenuCategoryInfoResponse.RootNodeBean.ChildrenBeanFirst.ChildrenBeanSecond.ProductBean> products = productInfosByIds.getData().getProducts();
for (GetMenuCategoryInfoResponse.RootNodeBean.ChildrenBeanFirst.ChildrenBeanSecond.ProductBean product : products) {
Integer status = product.getStatus();
if (!Objects.equals(status, IntegralProductStatusEnum.STATUS_2.getCode())) {
......
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