修复初诊和就诊的bug

This commit is contained in:
2025-10-31 11:05:40 +08:00
parent 433c452a40
commit ba607346bd

View File

@@ -29,7 +29,7 @@ public interface ICommonService {
/**
* 药房列表(库房用)
*
* @return 药房列表
* @return 药房列表1
*/
List<LocationDto> getInventoryPharmacyList();