wd hace 4 años
padre
commit
6eca998ef6
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/dashoo.cn/backend/api/controllers/oilsupplier/supplier.go

+ 2 - 1
src/dashoo.cn/backend/api/controllers/oilsupplier/supplier.go

@@ -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
 			}
 			// 其他字段值