Commit 2f38201c0e9f4d5ac3d1610454d9014374b59c27

Authored by zhangdaiscott
1 parent 75749a89

解决oracle数据库,代码生成报错的问题

jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template-online/common/utils.ftl
@@ -83,7 +83,7 @@ @@ -83,7 +83,7 @@
83 <#else> 83 <#else>
84 <#if po.dictTable?? && po.dictTable!="" && po.classType!="sel_tree" && po.classType!="cat_tree" && po.classType!="link_down"> 84 <#if po.dictTable?? && po.dictTable!="" && po.classType!="sel_tree" && po.classType!="cat_tree" && po.classType!="link_down">
85 <#return "{type:'${po.fieldDbType}',value:'${po.fieldName}',text:'${po.filedComment}',dictCode:'${po.dictTable},${po.dictText},${po.dictField}'}"> 85 <#return "{type:'${po.fieldDbType}',value:'${po.fieldName}',text:'${po.filedComment}',dictCode:'${po.dictTable},${po.dictText},${po.dictField}'}">
86 - <#elseif po.dictField?? && po.dictTable!="" && po.classType!="sel_tree" && po.classType!="cat_tree" && po.classType!="link_down"> 86 + <#elseif po.dictField?? && po.classType!="sel_tree" && po.classType!="cat_tree" && po.classType!="link_down">
87 <#return "{type:'${po.fieldDbType}',value:'${po.fieldName}',text:'${po.filedComment}',dictCode:'${po.dictField}'}"> 87 <#return "{type:'${po.fieldDbType}',value:'${po.fieldName}',text:'${po.filedComment}',dictCode:'${po.dictField}'}">
88 <#elseif po.fieldDbType=="Text"> 88 <#elseif po.fieldDbType=="Text">
89 <#return "{type:'string',value:'${po.fieldName}',text:'${po.filedComment}'}"> 89 <#return "{type:'string',value:'${po.fieldName}',text:'${po.filedComment}'}">