//更新会员状态status
        $ary_where = array();
        $ary_where[] = ['id', '=', $int_id];
        $result = $this->obj_admin->updateData($ary_where, array('status' => $status));

其中,

$this->obj_admin = new Member();

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-12
  • 2022-12-23
  • 2022-12-23
  • 2021-11-23
  • 2021-12-14
猜你喜欢
  • 2022-12-23
  • 2021-12-21
  • 2022-12-23
  • 2021-05-26
  • 2021-09-29
相关资源
相似解决方案