hongze преди 1 година
родител
ревизия
d41af73287
променени са 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()