订单简单查询测试
This commit is contained in:
@@ -984,5 +984,6 @@ func GetOrderSimpleInfo(ctx *jxcontext.Context, vendorOrderID string) (getOrderS
|
||||
`
|
||||
sqlParams := []interface{}{vendorOrderID}
|
||||
err = dao.GetRow(db, &getOrderSimpleInfoResult, sql, sqlParams)
|
||||
|
||||
return getOrderSimpleInfoResult, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user