|
|
@@ -364,6 +364,7 @@ class OrderController extends BaseController
|
|
|
$post['sendCost'] = $post['sendCost'] ?? '0.00';
|
|
|
|
|
|
$hasPay = $post['hasPay'] ?? dict::getDict('hasPay', 'unPay');
|
|
|
+ $post['debt'] = OrderClass::DEBT_NO;
|
|
|
if ($hasPay == dict::getDict('hasPay', 'debt')) {
|
|
|
$post['debt'] = OrderClass::DEBT_YES;
|
|
|
}
|