where('enable', 1)->where('seal_id', $statementsSealId) ->orderBy('id', 'asc')->get(); } public static function addVerifyRecord($insertData) { return self::query()->insert($insertData); } }