国内外excel导出code转字符

This commit is contained in:
zhaokaiyao@91isoft.com
2021-12-29 15:55:58 +08:00
parent ad8f68de4c
commit b8c494d4c5
2 changed files with 56 additions and 46 deletions
@@ -602,6 +602,11 @@
</foreach>
FROM
TS_DICTYPE
<where>
<foreach collection="filed" index="index" item="item" separator=" and " >
${item} is not NULL
</foreach>
</where>
</select>