@@ -31,7 +31,8 @@ func (s *OilSupplierCertCheckStatus) CheckOilSupplierCertIsNeedPay(certId string
if supplierEntity.Id == 0 {
return 1
}
- if supplierEntity.Grade == "1" {
+ // 仅物资类有【级别】
+ if supplierEntity.Grade == "1" && supplierCertEntity.SupplierTypeCode == "01" {
return 2