lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/system/mapper/xml/SysCategoryMapper.xml
@@ -32,6 +32,13 @@ </if> </if> </select> <select id="listByParams" resultType="org.jeecg.modules.system.entity.SysCategory"> select t.*, p.code as parentCode from sys_category t left join sys_category p on t.pid = p.id ${ew.customSqlSegment} </select> </mapper>