fix : 쿼리문 내 비교연산자 수정 및 CustomSlice 추가 #131
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#️⃣연관된 이슈
📝작업 내용
스크린샷 (선택)
{ "statusCode": 200, "data": { "content": [ { "goalId": 53, "goalTitle": "테스트1", "goalColor": "#B18AE0", "progress": 0.0, "nextCursor": 0, "todos": [ { "todoId": 93, "goalTitle": "테스트1", "goalColor": "#B18AE0", "todoTitle": "테스트", "startDate": "2024-12-26", "endDate": "2024-12-27", "todoStatus": "진행", "todoLink": "", "todoPic": "", "createdAt": "2024-12-26T00:05:00", "completes": [ { "completeId": 227, "completePic": null, "note": null, "completeLink": null, "completeStatus": "진행", "createdAt": "2024-12-26T00:05:00", "startDate": "2024-12-26" }, { "completeId": 228, "completePic": null, "note": null, "completeLink": null, "completeStatus": "진행", "createdAt": "2024-12-26T00:05:00", "startDate": "2024-12-27" } ] } ] }, { "goalId": 58, "goalTitle": "new?", "goalColor": "#FFEC8B", "progress": 0.0, "nextCursor": 0, "todos": [ { "todoId": 95, "goalTitle": "new?", "goalColor": "#FFEC8B", "todoTitle": "??", "startDate": "2024-12-26", "endDate": "2024-12-30", "todoStatus": "진행", "todoLink": "", "todoPic": "", "createdAt": "2024-12-26T00:10:54", "completes": [ { "completeId": 235, "completePic": null, "note": null, "completeLink": null, "completeStatus": "진행", "createdAt": "2024-12-26T00:10:54", "startDate": "2024-12-26" }, { "completeId": 236, "completePic": null, "note": null, "completeLink": null, "completeStatus": "진행", "createdAt": "2024-12-26T00:10:54", "startDate": "2024-12-27" }, { "completeId": 237, "completePic": null, "note": null, "completeLink": null, "completeStatus": "진행", "createdAt": "2024-12-26T00:10:54", "startDate": "2024-12-28" }, { "completeId": 238, "completePic": null, "note": null, "completeLink": null, "completeStatus": "진행", "createdAt": "2024-12-26T00:10:54", "startDate": "2024-12-29" }, { "completeId": 239, "completePic": null, "note": null, "completeLink": null, "completeStatus": "진행", "createdAt": "2024-12-26T00:10:54", "startDate": "2024-12-30" } ] } ] } ], "pageable": { "pageNumber": 0, "pageSize": 3, "sort": { "empty": true, "sorted": false, "unsorted": true }, "offset": 0, "unpaged": false, "paged": true }, "nextCursor": null, "size": 3, "number": 0, "sort": { "empty": true, "sorted": false, "unsorted": true }, "first": true, "last": true, "numberOfElements": 2, "empty": false }, "timestamp": "2024-12-26T16:48:08.9694959" }💬리뷰 요구사항(선택)