|
|
|
@ -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> |
|
|
|
|