wsc 7 months ago
parent
commit
3b0b133ceb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/controllers/Import.php

+ 1 - 1
application/controllers/Import.php

@@ -515,7 +515,7 @@ class Import extends MY_Controller
         return $reward;
     }
     public function slotGroupWeights($gid){
-        $this->response(-1, '请前往新管理后台配置');
+//        $this->response(-1, '请前往新管理后台配置');
         $tb = otable::slotWeightGroupsCfg();
         $sql = "SELECT * from {$tb} where gid={$gid}";
         $rs = oo::commonOprDb('slavedb')->getAll($sql,1);