pay
This commit is contained in:
@@ -159,7 +159,7 @@ func GetMixPayDetail(orderID string) (details *model.MixPay, err error) {
|
||||
sql += "SELECT * FROM mix_pay WHERE order_id = ?"
|
||||
sqlParams = append(sqlParams, orderID)
|
||||
}
|
||||
err = GetRows(GetDB(), &info, sql, sqlParams)
|
||||
err = GetRows(GetDB(), &info, sql, sqlParams...)
|
||||
if err != nil {
|
||||
globals.SugarLogger.Debug("er===========", err)
|
||||
return nil, err
|
||||
|
||||
Reference in New Issue
Block a user