@@ -4051,7 +4051,8 @@ func (this *OilSupplierController) GetLackCertList() {
file.Grade = supEntity.Grade
if supEntity.OperType == "制造商" {
file.Type = 1
- } else if supEntity.OperType == "非制造商" {
+ }
+ if supEntity.OperType == "贸易商" || supEntity.OperType == "代理商" {
file.Type = 2
}
// 其他字段值