|
|
@ -5,7 +5,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
<select id="getDetailListByParentCode" resultType="com.epmet.entity.screen.IndexGroupDetailEntity"> |
|
|
|
select ID, INDEX_GROUP_ID, INDEX_ID, WEIGHT, THRESHOLD FROM index_group_detail_template |
|
|
|
select ID, INDEX_GROUP_ID, INDEX_ID, INDEX_CODE, WEIGHT, THRESHOLD FROM index_group_detail_template |
|
|
|
where STATUS = 'enable' and DEL_FLAG = '0' |
|
|
|
</select> |
|
|
|
</mapper> |