쿼리에서 연속 제한 및 오프셋이 잘못 배치되었습니다. 나는 노드 Js에서 속편화를 사용하고 있으며 다음 코드를 가지고 있습니다. Time_Sheet_Details.findAll({ include: [ { model: timesheetNotesSubcon, required: false, attributes:["note","file_name", "id", "working_hrs", "timestamp", "has_screenshot", "notes_category"] }, { model: Timesheet, attributes:["id","leads_id","userid"], include:[ { model: Lead_Info, attributes:["id","fname","lname","email","hi..