This commit is contained in:
parent
e4c465cecb
commit
8c0398c836
|
|
@ -595,6 +595,12 @@
|
|||
order by dtype
|
||||
</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 a.*
|
||||
from (
|
||||
|
|
|
|||
Loading…
Reference in New Issue