|
|
@ -624,7 +624,7 @@ |
|
|
<select id="queryQuoteByQuotationBatchNo" resultType="java.lang.String"> |
|
|
<select id="queryQuoteByQuotationBatchNo" resultType="java.lang.String"> |
|
|
select |
|
|
select |
|
|
internal_inquiry_no |
|
|
internal_inquiry_no |
|
|
from plm_quote_group_detail d |
|
|
|
|
|
|
|
|
from plm_quote_detail d |
|
|
where site = #{site} and d.internal_inquiry_no like #{quotationBatchNo}+'%' |
|
|
where site = #{site} and d.internal_inquiry_no like #{quotationBatchNo}+'%' |
|
|
group by site, internal_inquiry_no |
|
|
group by site, internal_inquiry_no |
|
|
</select> |
|
|
</select> |
|
|
|