标准导出字典转换

This commit is contained in:
zhaokaiyao@91isoft.com
2021-12-25 13:40:41 +08:00
parent ea777f2c3e
commit 057ce691d6
3 changed files with 248 additions and 3 deletions
@@ -593,4 +593,16 @@
</foreach>
</select>
<select id="getDicInfo" resultMap="BaseResultMap">
SELECT
<foreach collection="filed" index="index" item="item" separator="," >
${item}
</foreach>
FROM
TS_DICTYPE
</select>
</mapper>