dever 3 년 전
부모
커밋
bc4ba0db7c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/mshop/src/My.php

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

@@ -410,7 +410,7 @@ class My extends Core
         $id = Dever::input('id');
         $where['id'] = $id;
         $where['shop_id'] = $this->shop_id;
-        $this->data['config'] = Dever::db('main/sell_config')->find();
+        $this->data['config'] = Dever::db('main/manage_config')->find();
         $this->data['info'] = Dever::db('cash/shop')->find($where);
         $stat_type = Dever::db('cash/shop')->config['config_type'];