Browse Source

2025-03-27

master
qiezi 10 months ago
parent
commit
dbf2e62596
  1. 4
      src/main/resources/mapper/quote/QuoteDetailMapper.xml

4
src/main/resources/mapper/quote/QuoteDetailMapper.xml

@ -175,6 +175,8 @@
qd.site) as currencyDesc1,
qd.exchange_rate1,
qd.currency2,
dbo.plm_get_dictDataLabel('plm_customer_information_customer_customer_currency', qd.currency2,
qd.site) as currencyDesc2,
qd.exchange_rate2,
qd.moq,
qd.currency_total_cost1,
@ -206,7 +208,7 @@
<if test="params.versionNo != null and params.versionNo != ''">
and qd.version_no = #{params.versionNo}
</if>
<if test="params.quoteGroupDetailId != null ">
<if test="params.quoteGroupDetailId != null">
and qd.quote_group_detail_id = #{params.quoteGroupDetailId}
</if>
</where>

Loading…
Cancel
Save