diff --git a/business/jxstore/report/report.go b/business/jxstore/report/report.go index 054ae6669..d18317767 100644 --- a/business/jxstore/report/report.go +++ b/business/jxstore/report/report.go @@ -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) {