wsc hace 7 meses
padre
commit
3b0b133ceb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);