src/main/java/com/mzl/flower/service/supplier/SupplierService.java
@@ -213,4 +213,8 @@ supplier.update(SecurityUtils.getUserId()); supplierMapper.updateById(supplier); } public Supplier getSupplierById(String supplierId) { return supplierMapper.selectById(supplierId); } }