Explorar o código

更新了标本类型的计数和标本出入库状态计数

lwh hai 2 meses
pai
achega
bf1cc4b41b

+ 1 - 1
yudao-module-museum/yudao-module-museum-biz/src/main/java/cn/iocoder/yudao/module/museum/service/museuminfo/MuseumInfoService.java

@@ -51,7 +51,7 @@ public interface MuseumInfoService {
     * */
    Map<String,Integer> MuseumInfoBySampleType(Integer sampleType);
    /**
-    * 标本出入库状态
+    * 标本出入库状态计数
     * */
    Map<String,Integer> MuseumInfoBySave(Integer save);
 }

+ 1 - 1
yudao-module-museum/yudao-module-museum-biz/src/main/java/cn/iocoder/yudao/module/museum/service/museuminfo/MuseumInfoServiceImpl.java

@@ -86,7 +86,7 @@ public  class  MuseumInfoServiceImpl implements MuseumInfoService {
       return museumInfoMapper.countMuseumInfoBySampleType(sampleType);
    }
    /**
-    * 标本出入库状态
+    * 标本出入库状态计数
     * */
    @Override
    public Map<String,Integer> MuseumInfoBySave(Integer save) {