修改少数量卡片价格
Cette révision appartient à :
@@ -2774,9 +2774,6 @@ public class ProductService {
|
|||||||
zhang9 = 5;
|
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)) {
|
} else if ((length - 4 <= 570 && width - 4 <= 420) || (length - 4 <= 420 && width - 4 <= 570)) {
|
||||||
if ("特种纸名片".equals(dto.getKind())) {
|
if ("特种纸名片".equals(dto.getKind())) {
|
||||||
return null;
|
return null;
|
||||||
@@ -2785,7 +2782,7 @@ public class ProductService {
|
|||||||
zhang = 5;
|
zhang = 5;
|
||||||
cutFee = 50;
|
cutFee = 50;
|
||||||
if (!StringUtils.isEmpty(dto.getCraft()))
|
if (!StringUtils.isEmpty(dto.getCraft()))
|
||||||
cutFee = 150;
|
cutFee = 100;
|
||||||
l = 570;
|
l = 570;
|
||||||
w = 420;
|
w = 420;
|
||||||
fixPrice9 = 90;
|
fixPrice9 = 90;
|
||||||
@@ -2803,7 +2800,7 @@ public class ProductService {
|
|||||||
}
|
}
|
||||||
cutFee = 50;
|
cutFee = 50;
|
||||||
if (!StringUtils.isEmpty(dto.getCraft()))
|
if (!StringUtils.isEmpty(dto.getCraft()))
|
||||||
cutFee = 150;
|
cutFee = 100;
|
||||||
l = 730;
|
l = 730;
|
||||||
w = 530;
|
w = 530;
|
||||||
fixPrice9 = 100;
|
fixPrice9 = 100;
|
||||||
|
|||||||
Référencer dans un nouveau ticket
Bloquer un utilisateur