'0', 'refund_uniontid' => '', 'reason' => '', 'uniontid' => '', 'fee' => '', 'status' => 0, 'is_wish' => 0, ); public function getByUniontid($uniontid) { return $this->query->where('uniontid', $uniontid)->get(); } }