Merge remote-tracking branch 'origin/dev_1.0.0' into dev_1.0.0

topo_dev
liu 9 months ago
commit cf178bd016

@ -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>

Loading…
Cancel
Save