Skip to content

Commit 51baa56

Browse files
authored
Merge pull request #2836 from puppylpg/zh-parameterType-error
fix Chinese translation error for `parameterType`
2 parents 5815aa4 + 334dab8 commit 51baa56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ ps.setInt(1,id);]]></source>
144144
<td><code>parameterType</code></td>
145145
<td>
146146
将会传入这条语句的参数的类全限定名或别名。这个属性是可选的,因为
147-
MyBatis 可以通过类型处理器(TypeHandler)推断出具体传入语句的参数,默认值为未设置(unset)。
147+
MyBatis 可以根据语句中实际传入的参数计算出应该使用的类型处理器(TypeHandler),默认值为未设置(unset)。
148148
</td>
149149
</tr>
150150
<tr>
@@ -288,7 +288,7 @@ ps.setInt(1,id);]]></source>
288288
<td><code>parameterType</code></td>
289289
<td>
290290
将会传入这条语句的参数的类全限定名或别名。这个属性是可选的,因为
291-
MyBatis 可以通过类型处理器(TypeHandler)推断出具体传入语句的参数,默认值为未设置(unset)。
291+
MyBatis 可以根据语句中实际传入的参数计算出应该使用的类型处理器(TypeHandler),默认值为未设置(unset)。
292292
</td>
293293
</tr>
294294
<tr>

0 commit comments

Comments
 (0)