change - 代码生成空字符为NULL问题

master
yinq 1 year ago
parent d4dbb84344
commit 52ce78c311

@ -296,6 +296,9 @@ public class VelocityUtils
new String[] { GenConstants.HTML_SELECT, GenConstants.HTML_RADIO, GenConstants.HTML_CHECKBOX })) new String[] { GenConstants.HTML_SELECT, GenConstants.HTML_RADIO, GenConstants.HTML_CHECKBOX }))
{ {
dicts.add("'" + column.getDictType() + "'"); dicts.add("'" + column.getDictType() + "'");
}else {
//解决 oracle空字符为NULL问题
column.setDictType("");
} }
} }
} }

Loading…
Cancel
Save