From a890775de4111ab40dbdc8461913a96f4a89c9ae Mon Sep 17 00:00:00 2001 From: zhangxin Date: Thu, 17 Mar 2022 15:06:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=90=9C=E7=B4=A2=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dao/pln/CustOrder.dao.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dao/pln/CustOrder.dao.go b/dao/pln/CustOrder.dao.go index b92101a..380949c 100644 --- a/dao/pln/CustOrder.dao.go +++ b/dao/pln/CustOrder.dao.go @@ -358,7 +358,7 @@ type CustOrderDAO interface { * @Date : 2021-12-14 * ******************************************************************************/ - PageSelect(custOrderId string, workLineId string, status int, start string, end string, pageSize int64, pageNumber int64) (grmi.PagingResult, error) + PageSelect(custOrderId string, workLineId string, status int, projectId string, productFamilyId string, start string, end string, pageSize int64, pageNumber int64) (grmi.PagingResult, error) /****************************************************************************** * * @Function Name : SelectCustOrderByPlan