2
3
Преглед на файлове

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

wd преди 4 години
родител
ревизия
4e0ddde85e
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      src/dashoo.cn/backend/api/controllers/oilsupplier/supplier.go

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