REQ-2135: return executable todos

This commit is contained in:
yanglin 2024-04-01 20:24:44 +08:00
parent 5f0e8a19b7
commit 953bd5e89a

View File

@ -94,12 +94,12 @@ public class TodoRecordAdapter implements PendingRecordAdapter {
@Override
public String getTitle() {
return business.getTitle();
return todo.getTitle();
}
@Override
public String getContent() {
return business.getContent();
return todo.getContent();
}
@Override