Browse Source

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

qxy 2 months ago
parent
commit
45ba5daa84

+ 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);