fix
wangpengfei
2023-08-28 c5a0eb549cba2cd358a2d0496c44f3a289f15d9c
pkg/ecode/msg.go
@@ -23,6 +23,11 @@
   SContractProductPriceLowerThanInvoiceAmountErr:             "产品总价低于已开票金额",
   SContractProductPriceLowerThanReceivedAmountErr:            "产品总价低于已收金额",
   SContractInvoiceProductPriceGreaterThanReceivableAmountErr: "开票总额高于应收金额",
   SalesRefundProductNotExist:                                 "退货产品不存在",
   SalesRefundProductPriceOrAmountErr:                         "退货产品价格或数量错误",
   SalesRefundProductBeyondTotalAmount:                        "退货产品对应总价超出应退总价",
   SalesSourceExist:                                           "销售线索已存在",
   SalesLeadsExist:                                            "销售线索已存在",
}
func GetMsg(errCode int) (errMsg string) {