Skip to content

Commit

Permalink
fix: 优化批发商品,没有匹配规则时,提示的错误信息
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiGaoRobot committed Nov 28, 2022
1 parent 1cc7486 commit 32ca2e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public enum ResultCode {

HAVE_INVALID_SALES_MODEL(11023, "批发规则存在小于等于0的无效数据!"),
MUST_HAVE_GOODS_SKU_VALUE(11024, "规格值不能为空!"),
DO_NOT_MATCH_WHOLESALE(11025, "没有匹配的批发规则!"),
DO_NOT_MATCH_WHOLESALE(11025, "批发商品购买数量不能低于起拍量!"),

GOODS_PARAMS_ERROR(11013, "商品参数错误,刷新后重试"),
PHYSICAL_GOODS_NEED_TEMP(11014, "实物商品需选择配送模板"),
Expand Down

0 comments on commit 32ca2e4

Please sign in to comment.