Skip to content
Snippets Groups Projects
Commit d3bd3e3c authored by tjc's avatar tjc
Browse files

fix for getOrganismID

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@6169 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 11e70d3b
No related branches found
No related tags found
No related merge requests found
......@@ -33,9 +33,11 @@
<isGreaterThan property="featureLoc.featureBySrcFeatureId.featureId" compareValue="0">
f.feature_id=$featureLoc.featureBySrcFeatureId.featureId$
</isGreaterThan>
<isEqual property="featureLoc.featureBySrcFeatureId.featureId" compareValue="0">
<isGreaterThan property="featureId" compareValue="0">
f.feature_id=$featureId$
</isGreaterThan>
</isEqual>
</select>
</sqlMap>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment