浏览代码

优化代码

Your Name 3 年之前
父节点
当前提交
8b0dd17428
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      java110-db/src/main/resources/mapper/store/ResourceStoreTypeServiceDaoImplMapper.xml

+ 1 - 1
java110-db/src/main/resources/mapper/store/ResourceStoreTypeServiceDaoImplMapper.xml

@@ -152,7 +152,7 @@
     </select>
 
     <select id="queryResourceStoreTypeTree" parameterType="Map" resultType="Map">
-        select t.rst_id rstId,t.name,t.description ,rst.rst_id parentRstId,rst.name parentRstName,rst.description parentDescription
+        select t.rst_id rstId,t.name,t.description ,rst.rst_id parentRstId,rst.name parentName,rst.description parentDescription
         from resource_store_type t
         inner join resource_store_type rst on t.parent_id = rst.rst_id and rst.status_cd = '0'
         where t.parent_id != '0'