Skip to content

Commit

Permalink
Merge pull request #1670 from paopaofish/master
Browse files Browse the repository at this point in the history
Translated the untranslated sentence in the Chinese document
  • Loading branch information
kazuki43zoo committed Sep 19, 2019
2 parents 9bd1911 + 0698dcf commit ea6fe1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/zh/xdoc/dynamic-sql.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ AND title like ‘someTitle’]]></source>
<p>到此我们已经完成了涉及 XML 配置文件和 XML 映射文件的讨论。下一章将详细探讨 Java API,这样就能提高已创建的映射文件的利用效率。</p>
</subsection>
<subsection name="script">
<p>For using dynamic SQL in annotated mapper class, <em>script</em> element can be used. For example:</p>
<p>要在带注解的映射器接口类中使用动态 SQL,可以使用 <em>script</em> 元素。比如:</p>
<source><![CDATA[
@Update({"<script>",
"update Author",
Expand Down

0 comments on commit ea6fe1f

Please sign in to comment.