From 653cbd6bc42565dbdcc7fdbe652874738b1908df Mon Sep 17 00:00:00 2001 From: XiaoRuby <3114200645@qq.com> Date: 星期二, 25 七月 2023 15:32:34 +0800 Subject: [PATCH] LIMS管理系统框架-开发7-25标准库修改前 --- standard-server/src/main/java/com/yuanchu/limslaboratory/service/impl/ProductServiceImpl.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/standard-server/src/main/java/com/yuanchu/limslaboratory/service/impl/ProductServiceImpl.java b/standard-server/src/main/java/com/yuanchu/limslaboratory/service/impl/ProductServiceImpl.java index f7b6e3d..11ff370 100644 --- a/standard-server/src/main/java/com/yuanchu/limslaboratory/service/impl/ProductServiceImpl.java +++ b/standard-server/src/main/java/com/yuanchu/limslaboratory/service/impl/ProductServiceImpl.java @@ -31,7 +31,7 @@ private ProductMapper productMapper; @Override - public List<Product> selectProductByMaterialId(int materialId) { + public List<Product> selectProductByMaterialId(String materialId) { return productMapper.selectProductByMaterialId(materialId); } -- Gitblit v1.9.3