Commit 38221b5c by 孙龙

up

parent f6c51311
Showing with 1 additions and 1 deletions
...@@ -37,5 +37,5 @@ func InsertOrderItemsTracking(msg string) (err error){ ...@@ -37,5 +37,5 @@ func InsertOrderItemsTracking(msg string) (err error){
orderTrackList = append(orderTrackList,orderTrackHandle) orderTrackList = append(orderTrackList,orderTrackHandle)
} }
err = orderTrack.InsertData(orderTrackList) err = orderTrack.InsertData(orderTrackList)
return nil return err
} }
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