fix
wangpengfei
2023-08-25 3369456ac6de01e8703a9b38537406ec7c550bc5
pkg/ecode/msg.go
@@ -26,6 +26,8 @@
   SalesRefundProductNotExist:                                 "退货产品不存在",
   SalesRefundProductPriceOrAmountErr:                         "退货产品价格或数量错误",
   SalesRefundProductBeyondTotalAmount:                        "退货产品对应总价超出应退总价",
   SalesSourceExist:                                           "销售线索已存在",
   SalesLeadsExist:                                            "销售线索已存在",
}
func GetMsg(errCode int) (errMsg string) {