Commit 50683119 by Joneq

记录日志

parent cd725bc3
Showing with 1 additions and 1 deletions
......@@ -111,7 +111,7 @@ func CheckOrderReturnData(res *gosoap.Response) (err error) {
err = json.Unmarshal([]byte(turnJson.String()),&ErpReturnOrderData)
if err != nil {
return errors.New("没查询到erp订单数据")
return errors.New(err.Error())
}
return nil
}
......
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