hongze 1 年之前
父节点
当前提交
4c49c44fcd
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      controllers/overseas_custom/custom.go

+ 2 - 0
controllers/overseas_custom/custom.go

@@ -110,6 +110,8 @@ func (this *OverseasCustomController) CustomList() {
 		condition += ` AND m.company_status='试用' AND m.overseas_status='' `
 	} else if companyStatus == "正式" {
 		condition += ` AND (m.company_status='正式' OR m.overseas_status='正式') `
+	} else {
+		condition += ` AND m.company_status='关闭' `
 	}
 
 	total, err := obj.GetCustomListCount(condition, pars, companyStatus)