zhangherong
2025-05-20 a1755b8a8626089c9d689110b4a4ce46cc64af50
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>