Browse Source

后:检查资质

dubch 4 năm trước cách đây
mục cha
commit
a0ee088610

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

@@ -2954,10 +2954,6 @@ func (this *OilSupplierController) CheckSupplierFileDelete() {
 		var supplierCertEntity []suppliercert.OilSupplierCert
 		supplierService.GetEntitysByWhere("OilSupplierCert", "SupplierId = "+strconv.Itoa(supplier.Id), &supplierCertEntity)
 		for _, cert := range supplierCertEntity {
-			if cert.SupplierTypeCode == "01" {
-				continue
-			}
-
 			where2 := "("
 			where3 := "("
 			//对准入范围的判断