Commit 2b941947 by 孙龙

up

parent c8299b78
Showing with 1 additions and 1 deletions
...@@ -85,7 +85,7 @@ func InsertData(trackList OrderTrackList) error{ ...@@ -85,7 +85,7 @@ func InsertData(trackList OrderTrackList) error{
if status_cn,ok = ORDER_TRACK_STATUS_CN[data.STATUS];!ok { if status_cn,ok = ORDER_TRACK_STATUS_CN[data.STATUS];!ok {
status_cn = "" status_cn = ""
} }
if data.STATUS == 110 && currency == 2{ if data.STATUS == 90 && currency == 2{
status_cn = "香港已到货" status_cn = "香港已到货"
data.MSG = "香港仓库入库验收成功,等待出库通知" data.MSG = "香港仓库入库验收成功,等待出库通知"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment