zhangqian
2023-10-28 cc94e1f7427fa598f3e3758650554e97ef957034
pkg/ecode/msg.go
@@ -27,7 +27,7 @@
   SalesRefundProductPriceOrAmountErr:                         "退货产品价格或数量错误",
   SalesRefundProductBeyondTotalAmount:                        "退货产品对应总价超出应退总价",
   SalesSourceExist:                                           "销售线索已存在",
   SalesLeadsExist:                                            "销售线索已存在",
   SalesLeadsExist:                                            "相同客户名称的销售线索已存在",
}
func GetMsg(errCode int) (errMsg string) {