src/main/resources/mapper/all/BaseQueryMapper.xml
@@ -87,7 +87,7 @@ </select> <select id="selectDirsByTypes" resultType="com.lf.server.entity.ctrl.KeyValueEntity"> select (select string_agg(code, ',') from lf.sys_dir where name = a.name) "key", name "value" select name "key", (select string_agg(code, ',') from lf.sys_dir where name = a.name) "value" from lf.sys_dir a <where> 1 = 1