Browse Source

2025-03-27

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

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

@ -175,6 +175,8 @@
qd.site) as currencyDesc1, qd.site) as currencyDesc1,
qd.exchange_rate1, qd.exchange_rate1,
qd.currency2, qd.currency2,
dbo.plm_get_dictDataLabel('plm_customer_information_customer_customer_currency', qd.currency2,
qd.site) as currencyDesc2,
qd.exchange_rate2, qd.exchange_rate2,
qd.moq, qd.moq,
qd.currency_total_cost1, qd.currency_total_cost1,

Loading…
Cancel
Save