dever 3 年之前
父節點
當前提交
f0e45f4ed4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/mshop/src/My.php

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

@@ -416,7 +416,7 @@ class My extends Core
         $this->data['info']['name'] = Dever::load('cash/lib/set')->statDate($stat_type, $this->data['info']['day']);
         Dever::setInput('day', $this->data['info']['day']);
         list($this->data['info']['start'], $this->data['info']['end']) = Dever::month();
-        $this->data['info']['status_name'] = $type[$this->data['info']['shop_status']];
+        $this->data['info']['status_name'] = $status[$this->data['info']['shop_status']];
 
         $where = array();
         $where['type'] = 1;