From 1e65185f0ecb8d4f8f1fd9ea822137e0c841a47f Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期六, 30 三月 2024 17:30:38 +0800
Subject: [PATCH] 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 b348199..f47b2b3 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