Commit f9ee1544 authored by hj's avatar hj

更新提交

parent 4b82e841
...@@ -166,7 +166,7 @@ class BhuaOrdersService ...@@ -166,7 +166,7 @@ class BhuaOrdersService
} }
if($total < 99 && $weight > 0){ if($total < 99 && $weight > 0){
$weight = ceil($weight); $weight = ceil($weight);
if($province == '江苏省' || $province == '浙江省' || $province == '上海'){ if($province == '江苏省' || $province == '浙江省' || $province == '上海' || $province == '江苏' || $province == '浙江'){
$express = ($weight - 1)*2 + 6; $express = ($weight - 1)*2 + 6;
}else{ }else{
$express = ($weight - 1)*8 + 10; $express = ($weight - 1)*8 + 10;
......
...@@ -217,7 +217,7 @@ class RhawnOrdersService ...@@ -217,7 +217,7 @@ class RhawnOrdersService
} }
if($total < $max_amount && $weight > 0){ if($total < $max_amount && $weight > 0){
$weight = ceil($weight); $weight = ceil($weight);
if($province == '江苏省' || $province == '浙江省' || $province == '上海' || $province == '上海市'){ if($province == '江苏省' || $province == '浙江省' || $province == '上海' || $province == '上海市' || $province == '江苏' || $province == '浙江'){
$express = ($weight - 1)*2 + 6; $express = ($weight - 1)*2 + 6;
}else{ }else{
$express = ($weight - 1)*8 + 10; $express = ($weight - 1)*8 + 10;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment