<?xml version="1.0"?>
|
<!DOCTYPE hibernate-mapping PUBLIC
|
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
|
"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
|
|
<hibernate-mapping>
|
<sql-query name="LastOuqdSizeQuery">
|
<![CDATA[
|
|
select ouqd_bbwh_id,ouqd_size
|
from out_qingling_detail
|
left join out_qingling on ouqd_ouql_id=ouql_id
|
where 1=1
|
and ouqd_locationid=:locationid
|
and bbpr_id=:bbprId
|
<<and ouql_type=:ouqlType>>
|
<<and ouql_order_author=:ouqlOrderAuthor>>
|
and ##CONDITIONS##
|
limit 1
|
|
]]>
|
</sql-query>
|
</hibernate-mapping>
|