0, 'uid' => 0, 'type' => '', 'model' => 1, 'fee' => 0, 'tag' => '', 'note' => '', 'remark' => '', 'addtime' => 0, ); public function getByUid($uid, $uniacid) { return $this->query->where('uniacid', $uniacid)->where('uid', $uid)->get(); } }