|
|
|
@ -26,6 +26,6 @@
|
|
|
|
|
a.name as atomicIndexName
|
|
|
|
|
from model_index_atomic_relation r
|
|
|
|
|
join model_atomic_index a on r.atomic_index_id = a.id
|
|
|
|
|
where a.name like concat('%', #{atomicIndexName}, '%')
|
|
|
|
|
where a.data_status = '1' and a.name like concat('%', #{atomicIndexName}, '%')
|
|
|
|
|
</select>
|
|
|
|
|
</mapper>
|
|
|
|
|