现售:《针灸六经法要》 港澳台西藏不包邮 其他地区包邮
This commit is contained in:
@@ -595,6 +595,11 @@ public class BuyOrderController {
|
||||
for (ProductRequestVo product : products) {
|
||||
ShopProduct p = shopProductService.getById(product.getProductId());
|
||||
if (p != null) {
|
||||
//现售:《针灸六经法要》 港澳台西藏不包邮 其他地区包邮
|
||||
if (p.getProductId().equals(135)&&!regionCode.equals("710000")&&!regionCode.equals("810000")
|
||||
&&!regionCode.equals("820000")&&!regionCode.startsWith("54")) {
|
||||
continue;
|
||||
}
|
||||
//包邮
|
||||
if(p.getIsFreeMail()==0){
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user