Skip to content

Commit 789eeaa

Browse files
authored
Merge pull request mybatis#3373 from luozongle01/updateAffectDataChineseLanguageDocumentation20250101
Update the Chinese language documentation for affectData configuration
2 parents 8c2aba6 + abf9cce commit 789eeaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/zh_CN/xdoc/sqlmap-xml.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ ps.setInt(1,id);]]></source>
235235
</tr>
236236
<tr>
237237
<td><code>affectData</code></td>
238-
<td>Set this to true when writing a INSERT, UPDATE or DELETE statement that returns data so that the transaction is controlled properly. Also see <a href="./java-api.html#transaction-control-methods">Transaction Control Method</a>. Default: <code>false</code> (since 3.5.12)
238+
<td>编写返回数据的 INSERTUPDATE DELETE 语句时,请将此设置为 true,以便正确控制事务。另请参阅 <a href="./java-api.html#transaction-control-methods">事务控制方法</a>。默认值: <code>false</code>3.5.12)
239239
</td>
240240
</tr>
241241
</tbody>

0 commit comments

Comments
 (0)