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