licailing 5 år sedan
förälder
incheckning
6ee62c822f

+ 2 - 2
src/main/java/com/izouma/dingdong/service/merchant/GoodsService.java

@@ -94,9 +94,9 @@ public class GoodsService {
             }
         }
 
-        if (containsWeek(goods.getWeek(), merchantSettings.getWeek())) {
+        /*if (containsWeek(goods.getWeek(), merchantSettings.getWeek())) {
             throw new BusinessException("商品销售日期不在营业日期内");
-        }
+        }*/
 
         if (goods.getId() == null) {
             goods.setLikes(0);