1
This commit is contained in:
@@ -1037,7 +1037,6 @@ func GetOrders(db *DaoDB, ids []int64, isIncludeSku, isIncludeFake bool, fromDat
|
||||
if len(vendorIDs) > 0 {
|
||||
sqlWhere += " AND t1.vendor_id IN (" + GenQuestionMarks(len(vendorIDs)) + ")"
|
||||
sqlParams = append(sqlParams, vendorIDs)
|
||||
//globals.SugarLogger.Debugf("sqlParams vendorIDs================%d", vendorIDs)
|
||||
}
|
||||
}
|
||||
if userID != "" {
|
||||
|
||||
Reference in New Issue
Block a user