|
@ -12,13 +12,4 @@ |
|
|
CUSTOMER_ID = #{customerId,jdbcType=VARCHAR} and STATUS = 'enable' and DEL_FLAG = '0' |
|
|
CUSTOMER_ID = #{customerId,jdbcType=VARCHAR} and STATUS = 'enable' and DEL_FLAG = '0' |
|
|
and ALL_PARENT_INDEX_CODE = #{indexCode,jdbcType=VARCHAR} |
|
|
and ALL_PARENT_INDEX_CODE = #{indexCode,jdbcType=VARCHAR} |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
<select id="getDetailListLikeParentCode" resultType="com.epmet.entity.evaluationindex.screen.IndexGroupDetailEntity"> |
|
|
|
|
|
select |
|
|
|
|
|
ID, CUSTOMER_ID, INDEX_GROUP_ID, INDEX_ID, INDEX_CODE, WEIGHT, THRESHOLD, ALL_PARENT_INDEX_CODE |
|
|
|
|
|
FROM index_group_detail |
|
|
|
|
|
WHERE |
|
|
|
|
|
CUSTOMER_ID = #{customerId,jdbcType=VARCHAR} and STATUS = 'enable' and DEL_FLAG = '0' |
|
|
|
|
|
and ALL_PARENT_INDEX_CODE like concat(#{parentIndexCode,jdbcType=VARCHAR},'%') |
|
|
|
|
|
</select> |
|
|
|
|
|
</mapper> |
|
|
</mapper> |