Skip to content

Commit 5ebcd03

Browse files
committed
docs: synced via GitHub Actions
1 parent c730a22 commit 5ebcd03

File tree

3 files changed

+549
-2
lines changed

3 files changed

+549
-2
lines changed

src/ppt/ddd-next/ddd-next-theory.ppt.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
<h1>DDD本质论:从哲学到数学的完整指南</h1>
205205
<p class="subtitle">理论篇核心思想解读</p>
206206
<p class="author" style="margin-top: 3rem;">作者: Canonical</p>
207-
<p class="author" style="margin-top: 0.5rem; font-size: 1.2rem;">日期: 2005年10月</p>
207+
<p class="author" style="margin-top: 0.5rem; font-size: 1.2rem;">日期: 2025年10月</p>
208208
</section>
209209

210210
<!-- Slide 2: Agenda -->

src/theory/essence-of-ddd-2.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@ User user = dao.findFirstByQuery(query);
232232
**2. 嵌入子查询**
233233

234234
```java
235-
query.addFilter(SQL.begin("o.id in (select y.xx from tbl y where y.id=?)", 3).end().asFilter());
235+
query.addFilter(SQL.begin("o.id in (select y.xx from tbl y where y.id=?)", 3)
236+
.end().asFilter());
236237
```
237238

238239
**3. 自动联表查询**

0 commit comments

Comments
 (0)