Kaynağa Gözat

修改少数量卡片价格

zhuyiyi 3 ay önce
ebeveyn
işleme
ce095f4b7f

+ 2 - 5
src/main/java/lingtao/net/service/ProductService.java

@@ -2774,9 +2774,6 @@ public class ProductService {
                                 zhang9 = 5;
                             }
                         }
-                        cutFee = 50;
-                        if (!StringUtils.isEmpty(dto.getCraft()))
-                            cutFee = 100;
                     } else if ((length - 4 <= 570 && width - 4 <= 420) || (length - 4 <= 420 && width - 4 <= 570)) {
                         if ("特种纸名片".equals(dto.getKind())) {
                             return null;
@@ -2785,7 +2782,7 @@ public class ProductService {
                         zhang = 5;
                         cutFee = 50;
                         if (!StringUtils.isEmpty(dto.getCraft()))
-                            cutFee = 150;
+                            cutFee = 100;
                         l = 570;
                         w = 420;
                         fixPrice9 = 90;
@@ -2803,7 +2800,7 @@ public class ProductService {
                         }
                         cutFee = 50;
                         if (!StringUtils.isEmpty(dto.getCraft()))
-                            cutFee = 150;
+                            cutFee = 100;
                         l = 730;
                         w = 530;
                         fixPrice9 = 100;