提交 efd4a8af 编写于 作者: T Tijs Rademakers

Upgrade to MyBatis 3.2.5

上级 e6e541ca
......@@ -43,7 +43,7 @@
<!-- MODEL DELETE -->
<delete id="deleteModel" parameterType="string">
<delete id="deleteModel" parameterType="org.activiti.engine.impl.persistence.entity.ModelEntity">
delete from ${prefix}ACT_RE_MODEL where ID_ = #{id} and REV_ = #{revision}
</delete>
......
......@@ -328,7 +328,7 @@
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
<version>3.2.2</version>
<version>3.2.5</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册