Commit 70fe571d authored by sherlock's avatar sherlock

Merge branch 'dev_oracle_sherlock' into 'dev_oracle'

periodCellTemplate xml bug

See merge request root/atms!190
parents 111b974e 369a4194
...@@ -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