diff --git a/business/model/const.go b/business/model/const.go index cd2c03f43..fab94d0b3 100644 --- a/business/model/const.go +++ b/business/model/const.go @@ -33,6 +33,7 @@ var ( OrderStatusName = map[int]string{ OrderStatusMsg: "通知消息", + OrderStatusWaybillTipChanged: "小费变动", OrderStatusRefuseFailedGetGoods: "取货失败审核驳回", OrderStatusAdjust: "订单调整完成", OrderStatusApplyUrgeOrder: "催单",