|
@@ -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"/>
|