查询订单修改

This commit is contained in:
苏尹岚
2020-05-19 15:52:28 +08:00
parent 6c352c9cf1
commit 93a7acc641

View File

@@ -987,5 +987,6 @@ func GetOrderSimpleInfo(ctx *jxcontext.Context, vendorOrderID string) (getOrderS
if getOrderSimpleInfoResult == nil {
return getOrderSimpleInfoResult, fmt.Errorf("未查询到该订单的信息!")
}
return getOrderSimpleInfoResult, err
}