Browse Source

添加搜索条件

pull/173/head
zhangxin 3 years ago
parent
commit
a890775de4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dao/pln/CustOrder.dao.go

+ 1
- 1
dao/pln/CustOrder.dao.go View File

@ -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


Loading…
Cancel
Save