错误位置

FILE: H:\www\tpsmarty\shop\Lib\Model\RoleModel.class.php  LINE: 17

错误的代码

class RoleModel extends Model{
    //put your code here
    function giveAuth($auth_ids){
        $sql="select auth_c,auth_a from sw_auth where auth_id in ($auth_ids)";
        $info=$this->query($sql);
        show($info);
    }
}

 

相关文章:

  • 2021-08-18
  • 2022-12-23
  • 2021-06-17
  • 2021-11-28
  • 2022-12-23
  • 2022-03-08
  • 2021-06-09
猜你喜欢
  • 2022-02-07
  • 2021-08-03
  • 2021-05-03
  • 2021-07-13
  • 2022-02-07
  • 2021-10-19
相关资源
相似解决方案