Commit 665590be authored by neo's avatar neo

[bugfix] fixed xml sql error for invalid host/bind

parent 7330852f
...@@ -132,7 +132,7 @@ ...@@ -132,7 +132,7 @@
<otherwise>0,</otherwise> <otherwise>0,</otherwise>
</choose> </choose>
<choose> <choose>
<when test="item.keyValueParsedFormula != null">#{item.keyValueParsedFormula,jdbcType=VARCHAR} <when test="item.keyValueParsedFormula != null">#{item.keyValueParsedFormula,jdbcType=VARCHAR},
</when> </when>
<otherwise>' ',</otherwise> <otherwise>' ',</otherwise>
</choose> </choose>
......
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
<otherwise>' ',</otherwise> <otherwise>' ',</otherwise>
</choose> </choose>
<choose> <choose>
<when test="item.updateBy != null">#{item.updateBy,jdbcType=VARCHAR}</when> <when test="item.updateBy != null">#{item.updateBy,jdbcType=VARCHAR},</when>
<otherwise>' ',</otherwise> <otherwise>' ',</otherwise>
</choose> </choose>
<choose> <choose>
......
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