Commit 369a4194 authored by sherlock's avatar sherlock

periodCellTemplate xml bug

parent 111b974e
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
</choose> </choose>
<choose> <choose>
<when test="item.dataType != null">#{item.dataType,jdbcType=INTEGER},</when> <when test="item.dataType != null">#{item.dataType,jdbcType=INTEGER},</when>
<otherwise>' ',</otherwise> <otherwise>0,</otherwise>
</choose> </choose>
<choose> <choose>
<when test="item.isReadOnly != null">#{item.isReadOnly,jdbcType=INTEGER},</when> <when test="item.isReadOnly != null">#{item.isReadOnly,jdbcType=INTEGER},</when>
......
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