فهرست منبع

3/14 更改架构中文路径公用组件排序代码

chenyu 2 سال پیش
والد
کامیت
dae40bd3d9
2فایلهای تغییر یافته به همراه0 افزوده شده و 18 حذف شده
  1. 0 5
      PAS/src/main/java/cn/cslg/pas/mapper/StructureMapper.java
  2. 0 13
      PAS/src/main/resources/mapper/StructureMapper.xml

+ 0 - 5
PAS/src/main/java/cn/cslg/pas/mapper/StructureMapper.java

@@ -90,9 +90,6 @@ public interface StructureMapper extends BaseMapper<Structure> {
      */
     List<StructureVO> selectByFindInSetPath(String findInSetPath);
 
-    /**/
-    //List<StructureVO> selectByName(String name);
-
     /**
      * 根据产品id查询数据
      *
@@ -101,6 +98,4 @@ public interface StructureMapper extends BaseMapper<Structure> {
      */
     List<StructureVO> selectAllByProductId(Integer productId);
 
-
-
 }

+ 0 - 13
PAS/src/main/resources/mapper/StructureMapper.xml

@@ -187,19 +187,6 @@
         order by id
     </select>
 
-    <!---->
-    <!---->
-    <!--    <select id="selectByName" resultMap="selectByFindInSetPathMap">-->
-    <!--        select id,-->
-    <!--               parent_id,-->
-    <!--               structure_name,-->
-    <!--               path,-->
-    <!--               remark,-->
-    <!--               product_id-->
-    <!--        from structure-->
-    <!--        where structure_name like concat('%', #{name}, '%')-->
-    <!--    </select>-->
-
     <resultMap id="selectByFindInSetPathMap" type="cn.cslg.pas.common.model.vo.StructureVO">
         <id column="id" property="id"/>
         <result column="parent_id" property="parentId"/>