Commit fca4b5e1 authored by wwccw0591's avatar wwccw0591

pc

parent a17aa79a
......@@ -307,9 +307,10 @@ class OrderModel extends \DAO\AbstractModel
public function getFreightFeeName($type)
{
if ($type != ApiConst::express) {
return DescribeConst::freightFee;
} else {
return DescribeConst::serviceFee;
} else {
return DescribeConst::freightFee;
}
}
......
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