소스 검색

no message

FengChaoYu 7 달 전
부모
커밋
02b413ba31
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      mall-server-api/src/main/java/com/gree/mall/manager/logic/material/base/WebsitGoodsLogic.java

+ 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())) {