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