From fc3313955a083c9480e4ea74398f72f9ba6addcd Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期四, 01 八月 2024 20:29:51 +0800
Subject: [PATCH] 月度统计查询多单位数据计算改查询。

---
 request/product_request.go |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/request/product_request.go b/request/product_request.go
index e9e10a1..d987c9b 100644
--- a/request/product_request.go
+++ b/request/product_request.go
@@ -7,8 +7,9 @@
 
 type GetProductList struct {
 	PageInfo
-	KeyWord    string `json:"keyWord"`
-	CategoryId int    `json:"categoryId"`
+	KeyWord     string `json:"keyWord"`
+	CategoryId  int    `json:"categoryId"`
+	CategoryIds []int  `json:"categoryIds"`
 }
 
 type QueryOperationList struct {

--
Gitblit v1.8.0