diff --git a/application/admin/service/OrderMainService.php b/application/admin/service/OrderMainService.php
index 2c3fb77..6e92687 100644
--- a/application/admin/service/OrderMainService.php
+++ b/application/admin/service/OrderMainService.php
@@ -391,10 +391,10 @@ class OrderMainService
}
//子订单查询条件 离店时间
if (!empty($param['startOutDate'])) {
- $where[] = " c.check_out_date >= '{$param['startOutDate']} 00:00:00' ";
+ $where[] = " b.check_out_date >= '{$param['startOutDate']} 00:00:00' ";
}
if (!empty($param['endOutDate']) ) {
- $where[] = " c.check_out_date <= '{$param['endOutDate']} 23:59:59' ";
+ $where[] = " b.check_out_date <= '{$param['endOutDate']} 23:59:59' ";
}
diff --git a/application/admin/view/payment_order/index.html b/application/admin/view/payment_order/index.html
index 6923940..4ee33df 100755
--- a/application/admin/view/payment_order/index.html
+++ b/application/admin/view/payment_order/index.html
@@ -20,7 +20,7 @@
:value="item.id">
- 成本
+ 金额
~