rabin 2 years ago
parent
commit
f32b1ece25
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/mshop/src/My.php

+ 2 - 2
app/mshop/src/My.php

@@ -455,8 +455,8 @@ class My extends Core
         $where = array();
         $where['type'] = 1;
         $where['type_id'] = $this->shop_id;
-        $where['start'] = Dever::maketime($this->data['info']['start']);
-        $where['end'] = Dever::maketime($this->data['info']['end']);
+        $where['start'] = $start;
+        $where['end'] = $end;
         $where['status'] = 2;
         if ($type == 'shop_sell') {
             $where['pay_type'] = '2,3';