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