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