This commit is contained in:
parent
e4c465cecb
commit
8c0398c836
|
|
@ -595,6 +595,12 @@
|
||||||
order by dtype
|
order by dtype
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
<select id="cm.cminnigscd.exists" parameterClass="hashtable" resultClass="int">
|
||||||
|
select count(*)
|
||||||
|
from cminning a
|
||||||
|
inner join cminningscd b on a.cmino = b.cmino
|
||||||
|
where cmno = #cmno#
|
||||||
|
</select>
|
||||||
<select id="cm.contents" parameterClass="hashtable" resultClass="ct">
|
<select id="cm.contents" parameterClass="hashtable" resultClass="ct">
|
||||||
select a.*
|
select a.*
|
||||||
from (
|
from (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue