Skip to content

Commit

Permalink
Update dto-language.mdx
Browse files Browse the repository at this point in the history
修正笔误
  • Loading branch information
mtpkiss authored Jan 8, 2025
1 parent 1b788d4 commit 8b7beba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/object/view/dto-language.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ This code has the exact same function as the previous example, but no longer ass
- For view and input, the `flat` function can only be used for referential associations *(one-to-one or many-to-one)*, not collection associations *(one-to-many or many-to-many)*. It is used to promote the properties of associated DTOs to the current DTO type to obtain a flattened object without associations.
- For specification, the `flat` function does not have the above restrictions and can be used for collection associations. Please check (../../query/super_qbe).
- For specification, the `flat` function does not have the above restrictions and can be used for collection associations. Please check [@Super QBE] (../../query/super_qbe).
Take the `TreeNode` entity in the official example *(in fact, this example is wrong, we will discuss this issue later)*:
Expand Down Expand Up @@ -1490,4 +1490,4 @@ As mentioned earlier, the DTO language has two more powerful features that are n
- [Handling Null Values in Input DTO](../../mutation/save-command/input-dto/null-handling)
- [Specification DTO, Super QBE](../../query/super_qbe)
- [Specification DTO, Super QBE](../../query/super_qbe)

0 comments on commit 8b7beba

Please sign in to comment.