Explorar el Código

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

wd hace 4 años
padre
commit
4e0ddde85e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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)