소스 검색

shop stats update

ayHaru 4 년 전
부모
커밋
a3d1c7e520
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mobile/control/merchant_order.php

+ 1 - 1
mobile/control/merchant_order.php

@@ -59,7 +59,7 @@ class merchant_orderControl extends mbMerchantControl
         if(empty($_GET['time_type']) || empty($_GET['start_time']) || empty($_GET['end_time'])) {
             return self::outerr(errcode::ErrInputParam, "参数错误.");
         }
-
+        $cond['inner_status'] = 0;
         $time_type = $_GET['time_type'];
         if ($time_type == 'order_time') {
             $cond['order_time'] = ['time', [$_GET['start_time'], $_GET['end_time']]];