|
|
@@ -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 := "("
|
|
|
//对准入范围的判断
|