Explorar o código

Merge branch 'develop' of http://16.162.42.175:8014/guanli/ngds into bugfix/order-standard-price

kevin_zhangl %!s(int64=3) %!d(string=hai) anos
pai
achega
1b434e5bef

+ 0 - 0
backendApi/modules/v1/models/lists/finance/WithdrawList.php


+ 3 - 0
common/models/forms/DeclarationForm.php

@@ -682,6 +682,9 @@ class DeclarationForm extends Model
                                 'SKU_CODE' => $goods['GOODS_NO'],
                                 'GOODS_TITLE' => $goods['GOODS_NAME'],
                                 'EMAIL' => $this->email,
+                                'STANDARD_PRICE' => $goods['SELL_PRICE_STANDARD'],
+                                'REAL_STANDARD_PRICE' => $realPriceStandard,
+                                'EXCHANGE_RATE' => $exchangeRate,
                                 'TAX_RATE' => $goods['TAX_RATE'],
                                 'STANDARD_PRICE' => $goods['SELL_PRICE_STANDARD'],
                                 'REAL_STANDARD_PRICE' => $realPriceStandard,