|
|
@ -7,7 +7,7 @@ |
|
|
|
delete from index_group_detail_template |
|
|
|
</delete> |
|
|
|
<select id="selectAll" resultType="com.epmet.entity.evaluationindex.screen.IndexGroupDetailTemplateEntity"> |
|
|
|
select ID, INDEX_GROUP_ID, INDEX_ID, INDEX_CODE, WEIGHT, THRESHOLD, ALL_PARENT_INDEX_CODE |
|
|
|
select ID, INDEX_GROUP_ID, INDEX_ID, INDEX_CODE, WEIGHT, THRESHOLD, ALL_PARENT_INDEX_CODE, CORRELATION |
|
|
|
from index_group_detail_template |
|
|
|
where STATUS = 'enable' and DEL_FLAG = '0' |
|
|
|
</select> |
|
|
|