FengChaoYu 7 ヶ月 前
コミット
02b413ba31

+ 3 - 3
mall-server-api/src/main/java/com/gree/mall/manager/logic/material/base/WebsitGoodsLogic.java

@@ -292,9 +292,9 @@ public class WebsitGoodsLogic {
                 }
             }
 
-            if (goods.getNormType().equals(NormTypeEnum.M.getKey()) && Objects.isNull(goods.getNormAmount())) {
-                throw new RemoteServiceException("收费标准不能为空");
-            }
+//            if (goods.getNormType().equals(NormTypeEnum.M.getKey()) && Objects.isNull(goods.getNormAmount())) {
+//                throw new RemoteServiceException("收费标准不能为空");
+//            }
 //
 //            if (Objects.isNull(goods.getSelfWorkerAmount())) {
 //                if (goods.getNormType().equals(NormTypeEnum.M.getKey())) {