속편 findnodejs의 모든 정렬 순서 나는 다음과 같이 sufficialize로 데이터베이스에서 모든 객체 리스트를 출력하려고 노력하고 있으며 where 절에 id를 추가하여 데이터를 정리하고 싶습니다. exports.getStaticCompanies = function () { return Company.findAll({ where: { id: [46128, 2865, 49569, 1488, 45600, 61991, 1418, 61919, 53326, 61680] }, attributes: ['id', 'logo_version', 'logo_content_type', 'name', 'updated_at'] }); }; 하지만 렌더링 후 문제는 모든 데이터가 다음과 같이 정리된다는 것입니다. 461..