فهرست منبع

店铺编辑 可容纳人数可为空

qxy 6 ماه پیش
والد
کامیت
45ba5daa84
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      alien-store/src/main/java/shop/alien/store/service/impl/PlatformStoreCouponServiceImpl.java

+ 1 - 0
alien-store/src/main/java/shop/alien/store/service/impl/PlatformStoreCouponServiceImpl.java

@@ -244,6 +244,7 @@ public class PlatformStoreCouponServiceImpl implements PlatformStoreCouponServic
                 status = 5;
             }
             coupon.setStatus(status);
+            coupon.setStartDate(now);
             // 将待办列表状态设置为已审核
             LambdaUpdateWrapper<WebAudit> wrapper = new LambdaUpdateWrapper<>();
             wrapper.eq(WebAudit::getCouponId, id);