From d384930963f9b960a06864223aff779edc4cf54c Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期日, 07 四月 2024 19:26:25 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/crm --- model/response/salesDetails.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/model/response/salesDetails.go b/model/response/salesDetails.go index 98e4d06..f30470c 100644 --- a/model/response/salesDetails.go +++ b/model/response/salesDetails.go @@ -120,7 +120,7 @@ Unit string `json:"unit"` //鍗曚綅 Amount decimal.Decimal `json:"amount"` //璁㈠崟鏁伴噺 FinishAmount int64 `json:"finishAmount"` //瀹屾垚鏁伴噺 - DeliveryAmount int64 `json:"deliveryAmount"` //鍙戣揣鏁伴噺 + DeliveryAmount int `json:"deliveryAmount"` //鍙戣揣鏁伴噺 PurchaseAmount int64 `json:"purchaseAmount"` //閲囪喘鏁伴噺 PurchaseFinishAmount int64 `json:"purchaseFinishAmount"` //閲囪喘瀹屾垚鏁伴噺 MakeAmount int64 `json:"makeAmount"` //鍒堕�犳暟閲� -- Gitblit v1.8.0