소스 검색

Merge branch 'aj_overseas_custorm'

hongze 1 년 전
부모
커밋
a39ecbb0ae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      controllers/overseas_custom/custom.go

+ 1 - 1
controllers/overseas_custom/custom.go

@@ -128,7 +128,7 @@ func (this *OverseasCustomController) CustomList() {
 		condition += ` AND m.overseas_status='关闭' `
 	}
 
-	total, err := obj.GetCustomListCount(condition, pars, companyStatus)
+	total, err := obj.GetCustomListCount(condition, pars)
 	if err != nil {
 		br.Msg = "获取失败"
 		br.ErrMsg = "获取数据总数失败, Err: " + err.Error()