This commit is contained in:
苏尹岚
2021-03-11 18:21:48 +08:00
parent ce5adfaafe
commit 4b14277f29

View File

@@ -1211,7 +1211,6 @@ func GetStoreManageState(db *DaoDB, storeIDs []int, vendorID, sortType, offset,
if sortType < 0 {
sql += " DESC"
}
sqlParams = append(sqlParams, sortType)
}
}
sql += " LIMIT ? OFFSET ?"