Commit 96cc7186 by huangfusuper

【修正BUG】修正JdbcType

parent 8bb343fa
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
select select
<include refid="Base_Column_List" /> <include refid="Base_Column_List" />
from workspace from workspace
where workspace_name = #{workspaceName,jdbcType=STRING} where workspace_name = #{workspaceName,jdbcType=VARCHAR}
</select> </select>
<delete id="deleteById" parameterType="java.lang.Integer"> <delete id="deleteById" parameterType="java.lang.Integer">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment