From 11af32523705ea3e550abbb7477a8f176382e6f7 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期五, 25 八月 2023 11:05:57 +0800 Subject: [PATCH] Merge branch 'hotfix' --- pkg/ecode/msg.go | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/pkg/ecode/msg.go b/pkg/ecode/msg.go index f0df18e..2210c3a 100644 --- a/pkg/ecode/msg.go +++ b/pkg/ecode/msg.go @@ -25,6 +25,9 @@ SContractInvoiceProductPriceGreaterThanReceivableAmountErr: "寮�绁ㄦ�婚楂樹簬搴旀敹閲戦", SalesRefundProductNotExist: "閫�璐т骇鍝佷笉瀛樺湪", SalesRefundProductPriceOrAmountErr: "閫�璐т骇鍝佷环鏍兼垨鏁伴噺閿欒", + SalesRefundProductBeyondTotalAmount: "閫�璐т骇鍝佸搴旀�讳环瓒呭嚭搴旈��鎬讳环", + SalesSourceExist: "閿�鍞嚎绱㈠凡瀛樺湪", + SalesLeadsExist: "閿�鍞嚎绱㈠凡瀛樺湪", } func GetMsg(errCode int) (errMsg string) { -- Gitblit v1.8.0