|
|
@@ -942,6 +942,7 @@ class OrderController extends BaseController
|
|
|
util::fail('填了运费,请选择代叫跑腿');
|
|
|
}
|
|
|
$post['sendCost'] = $sendCost;
|
|
|
+ $post['packCost'] = isset($post['packCost']) && $post['packCost'] > 0 ? $post['packCost'] : 0;
|
|
|
}
|
|
|
|
|
|
$hasPay = $post['hasPay'] ?? dict::getDict('hasPay', 'unPay');
|