|
|
@ -5,7 +5,7 @@ |
|
|
|
<!-- 查询一级类别 --> |
|
|
|
<select id="selectFirstLevelCategory" resultType="com.epmet.resi.group.dto.act.result.CategoryDTO" parameterType="java.lang.String"> |
|
|
|
SELECT |
|
|
|
acd.CATEGORY_CODE as categoryCode, |
|
|
|
acd.CATEGORY_CODE as menuCode, |
|
|
|
acd.CATEGORY_NAME as categoryName, |
|
|
|
acd.PARENT_CODE as parentCode |
|
|
|
FROM |
|
|
|