|
|
@ -94,7 +94,7 @@ |
|
|
|
<resultMap id="selectCategoryByCustomerIdMap" type="com.epmet.project.dto.result.ProjectCategoryResultDTO"> |
|
|
|
<result column="c" property="categoryCode"/> |
|
|
|
<result column="n" property="categoryName"/> |
|
|
|
<collection property="children" ofType="com.epmet.project.dto.result.ProjectCategorySonResultDTO"> |
|
|
|
<collection property="children" ofType="com.epmet.project.dto.result.ProjectCategoryResultDTO"> |
|
|
|
<result column="c2" property="categoryCode"/> |
|
|
|
<result column="n2" property="categoryName"/> |
|
|
|
</collection> |
|
|
|