From 0c2ecff553ff906f6ba49088a563ec2f893c16bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Tue, 16 Mar 2021 09:54:25 +0800 Subject: [PATCH] aa --- controllers/jx_report.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/jx_report.go b/controllers/jx_report.go index 5606dbc3a..a3be12b75 100644 --- a/controllers/jx_report.go +++ b/controllers/jx_report.go @@ -130,7 +130,7 @@ func (c *ReportController) GetManageState() { func (c *ReportController) GetStoreManageState() { c.callGetStoreManageState(func(params *tReportGetStoreManageStateParams) (retVal interface{}, errCode string, err error) { var storeIDs, brandIDs []int - if err = jxutils.Strings2Objs(params.StoreIDs, &storeIDs, params.BrandIDs, brandIDs); err == nil { + if err = jxutils.Strings2Objs(params.StoreIDs, &storeIDs, params.BrandIDs, &brandIDs); err == nil { retVal, err = report.GetStoreManageState(params.Ctx, storeIDs, brandIDs, params.VendorID, params.SortType, params.Offset, params.PageSize) } return retVal, "", err