|
|
@@ -335,7 +335,7 @@ class IntraCityController extends BaseController
|
|
|
util::checkRepeatCommit($adminId, 4);
|
|
|
|
|
|
$orderId = $post['orderId'];
|
|
|
- $field = 'mainId, status, sendStatus, repeat, forward, orderSn, userId, actPrice, sendNum';
|
|
|
+ $field = 'mainId, status, sendStatus, repeat, forward, orderSn, userId, actPrice, sendNum, salt';
|
|
|
$order = OrderClass::getById($orderId, false, $field);
|
|
|
if (empty($order)) {
|
|
|
util::fail('没有找到订单');
|