@@ -28,6 +28,7 @@ class CheckOutController extends BaseController
$where['ghsShopId'] = $this->shopId ?? 0;
$list = ClearService::getClearList($where);
+ //累计已结账,app上在使用此数值
$totalAmount = ClearClass::sum(['ghsShopId' => $this->shopId, 'status' => 2, 'customId' => $customId], 'realPrice');
$list['totalAmount'] = floatval($totalAmount);