From 9f073b26a0ed6af25f06315df9d60ce02bcb9595 Mon Sep 17 00:00:00 2001 From: luofl <1442745593@qq.com> Date: 星期三, 16 四月 2025 14:23:02 +0800 Subject: [PATCH] 1 --- cloud-server-management/src/main/java/com/dsh/guns/modular/system/service/IStoreService.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cloud-server-management/src/main/java/com/dsh/guns/modular/system/service/IStoreService.java b/cloud-server-management/src/main/java/com/dsh/guns/modular/system/service/IStoreService.java index 1840526..577a556 100644 --- a/cloud-server-management/src/main/java/com/dsh/guns/modular/system/service/IStoreService.java +++ b/cloud-server-management/src/main/java/com/dsh/guns/modular/system/service/IStoreService.java @@ -85,6 +85,6 @@ List<Map<String, Object>> listStoreAllByIds(List<Integer> ids); - List<Map<String, Object>> querySiteListOfpage(String provinceCode, String cityCode, Integer operatorId, String storeName); + List<Map<String, Object>> querySiteListOfpage(String provinceCode, String cityCode, Integer operatorId, String storeName,Integer storeId); } -- Gitblit v1.7.1