File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/main/java/org/jax/mgi/mgd/api/model/mrk/service Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -835,8 +835,10 @@ public List<SlimMarkerDomain> getNextRrSequence() {
835835
836836 List <SlimMarkerDomain > results = new ArrayList <SlimMarkerDomain >();
837837
838- String cmd = "\n select 'Rr' || (max(substring(symbol from 3)::int) + 1) as nextSequence from mrk_marker where symbol ~ '^Rr[\\ d]+$'"
839- + "\n and substring(symbol from 3)::int <= 695520" ;
838+ //String cmd = "\nselect 'Rr' || (max(substring(symbol from 3)::int) + 1) as nextSequence from mrk_marker where symbol ~ '^Rr[\\d]+$'"
839+ // + "\nand substring(symbol from 3)::int <= 695520";
840+ String cmd = "\n select 'Rr' || (max(substring(symbol from 3)::int) + 1) as nextSequence from mrk_marker where symbol ~ '^Rr[\\ d]+$'" ;
841+
840842 log .info (cmd );
841843
842844 try {
You can’t perform that action at this time.
0 commit comments