#@mgr("通用Excel数据导入:字段匹配") #define content()
#if(msg)

#(msg)

#end

导入配置:



#setLocal(hasCache = formCache != null) #if(hasCache)

#end
#for(col : tableMeta.columnMetas) #if(ignoreFields.get(col.name)) #continue #end #set(hasParam = "")
#@modeOptions(for.index, col.name)
#end

#end #define after() #end #define modeOptions(index, fieldName) #setLocal(fieldCache = hasCache ? formCache.get(fieldName) : null) #setLocal(modeCache = fieldCache ? fieldCache.get('mode') : "") #set(hasParam = fieldCache ? fieldCache.get('expr').replace('"', '"') : "") #end