service/test/supplier.go
@@ -64,7 +64,7 @@ db = db.Where("number LIKE ?", "%"+info.Number+"%") } if info.SupplierType != "" { db = db.Where("supplier_type LIKE ?", "%"+info.SupplierType+"%") db = db.Where("srm_supplier_type LIKE ?", "%"+info.SupplierType+"%") } if info.Industry != "" { db = db.Where("industry LIKE ?", "%"+info.Industry+"%")