shish преди 1 година
родител
ревизия
1a4ea13eb2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      app-hd/controllers/SettleController.php

+ 1 - 1
app-hd/controllers/SettleController.php

@@ -86,7 +86,7 @@ class SettleController extends BaseController
                 util::fail('请选择订单');
             }
 
-            $orderList = OrderClass::getAllByCondition(['id' => ['in', $ids]], null, 'id,mainId,remainDebtPrice', null, true);
+            $orderList = OrderClass::getAllByCondition(['id' => ['in', $ids]], null, 'id,mainId,remainDebtPrice,orderSn', null, true);
             $clearData = [];
             if (!empty($orderList)) {
                 foreach ($orderList as $order) {