- try to fix index out of range bug in AddStoreVendorMap.

This commit is contained in:
gazebo
2019-01-25 14:16:02 +08:00
parent 547447caad
commit 0af50522a1
2 changed files with 2 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ var (
OrderStatusUnknown: "一般事件",
OrderStatusWait4Pay: "待付款",
OrderStatusNew: "新订单",
OrderStatusAdjust: "调整单",
OrderStatusAccepted: "已接单",