|
|
@@ -101,10 +101,10 @@ class OrderController extends BaseController
|
|
|
$post['expressId'] = $post['expressId'] ?? 0;
|
|
|
$post['sendCost'] = $post['sendCost'] ?? '0.00';
|
|
|
//$post['payWay'] = dict::getDict('payWay', 'wxPay');
|
|
|
- $clearType = $post['clearType'] ?? OrderClass::CLEAR_DEBT;
|
|
|
|
|
|
//PC端开单
|
|
|
if (isset($post['clearType'])) {
|
|
|
+ $clearType = $post['clearType'];
|
|
|
if ($clearType == OrderClass::CLEAR_DEBT) {
|
|
|
$post['debt'] = OrderClass::DEBT_YES;
|
|
|
$post['payWay'] = dict::getDict('payWay', 'debtPay');
|