From 8d7a2d55e0868db900c13c5eef0a3eb7f1a6eee2 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期三, 08 十一月 2023 09:50:55 +0800
Subject: [PATCH] 销售明细单从aps查询产品订单

---
 pkg/ecode/msg.go |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/pkg/ecode/msg.go b/pkg/ecode/msg.go
index deeff57..0a4b808 100644
--- a/pkg/ecode/msg.go
+++ b/pkg/ecode/msg.go
@@ -23,6 +23,11 @@
 	SContractProductPriceLowerThanInvoiceAmountErr:             "浜у搧鎬讳环浣庝簬宸插紑绁ㄩ噾棰�",
 	SContractProductPriceLowerThanReceivedAmountErr:            "浜у搧鎬讳环浣庝簬宸叉敹閲戦",
 	SContractInvoiceProductPriceGreaterThanReceivableAmountErr: "寮�绁ㄦ�婚楂樹簬搴旀敹閲戦",
+	SalesRefundProductNotExist:                                 "閫�璐т骇鍝佷笉瀛樺湪",
+	SalesRefundProductPriceOrAmountErr:                         "閫�璐т骇鍝佷环鏍兼垨鏁伴噺閿欒",
+	SalesRefundProductBeyondTotalAmount:                        "閫�璐т骇鍝佸搴旀�讳环瓒呭嚭搴旈��鎬讳环",
+	SalesSourceExist:                                           "閿�鍞嚎绱㈠凡瀛樺湪",
+	SalesLeadsExist:                                            "鐩稿悓瀹㈡埛鍚嶇О鐨勯攢鍞嚎绱㈠凡瀛樺湪",
 }
 
 func GetMsg(errCode int) (errMsg string) {

--
Gitblit v1.8.0