@@ -1034,7 +1034,7 @@ func (this *SelectController) ZrfwSelect() {
svc.GetEntity(&company, sql1)
}
- where := ""
+ where := "CertSubStatus != '-1'"
if certsub != "" {
where = " and (Code like '%" + certsub + "%' or Name like '%" + certsub + "%')"