Browse Source

去掉限制

hongze 1 year ago
parent
commit
d41af73287
1 changed files with 1 additions and 1 deletions
  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()