소스 검색

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

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