gorden 4 tháng trước cách đây
mục cha
commit
9ff36bc4e7
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/admin/controller/order/WholeController.php

+ 1 - 0
app/admin/controller/order/WholeController.php

@@ -357,6 +357,7 @@ class WholeController extends Curd
             $sheetAmount = 0;
             $coupons = [];
             foreach ($orderSheet as &$item) {
+                $item['order_sheet_num'] = floatval($item['order_sheet_num']);
                 $sheetAmount += $item['order_sheet_amount'];
                 $item['goods']['goods_cover'] = getenv('STORAGE_DOMAIN') . $item['goods']['goods_cover'];
                 if (!empty($item['goods']) && $item['goods']['goods_classify'] == 'PACKAGE') {