From 0ccd94c863ac71b46bff3cc15feabec53650738f Mon Sep 17 00:00:00 2001 From: mitao <2763622819@qq.com> Date: 星期五, 11 四月 2025 20:23:52 +0800 Subject: [PATCH] bug修改 --- cloud-server-other/src/main/java/com/dsh/other/service/ISiteService.java | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/cloud-server-other/src/main/java/com/dsh/other/service/ISiteService.java b/cloud-server-other/src/main/java/com/dsh/other/service/ISiteService.java index 004f19f..76de886 100644 --- a/cloud-server-other/src/main/java/com/dsh/other/service/ISiteService.java +++ b/cloud-server-other/src/main/java/com/dsh/other/service/ISiteService.java @@ -101,4 +101,7 @@ Object changeState(SiteChangeStateVO vo); + String getSMIDByOperatorId(Integer id); + String getmerchantNumberByOperatorId(Integer id); + } -- Gitblit v1.7.1