enableQueryLog(); $res = $this->where('account_identity', $aid)->update($data); if (!$res) { return -4010000102; //更新失败 } return 1; } } ?>