This commit is contained in:
苏尹岚
2021-03-15 09:58:32 +08:00
parent 341db8e564
commit 09f5bf4edc

View File

@@ -495,7 +495,7 @@ func GetStoreManageState(ctx *jxcontext.Context, storeIDs []int, vendorID, sortT
storeIDs = storeIDs2
}
}
return dao.GetStoreManageState(db, storeIDs, vendorID, sortType, pageSize, offset)
return dao.GetStoreManageState(db, storeIDs, vendorID, sortType, offset, pageSize)
}
func CalculateCoverArea(coordinate []string, vendorID int) (area float64) {