Jelajahi Sumber

信息变更检查资质去掉增项

wd 4 tahun lalu
induk
melakukan
4e0ddde85e

+ 2 - 0
src/dashoo.cn/backend/api/controllers/oilsupplier/supplier.go

@@ -3843,6 +3843,8 @@ func (this *OilSupplierController) CheckSupplierFileList() {
 	}
 	if file.CertId != "0" {
 		where3 += " and SupplierCertId = " + file.CertId
+	} else {
+		where3 += " and Type != '2'"
 	}
 	total = certsubService.GetPagingEntitiesWithOrderBytbl("", file.CurrentPage, file.Size, "Id", true, &certSubList1, where3)