From 18b282e5902d286f8c93dbeee19f727698c59e5c Mon Sep 17 00:00:00 2001 From: guyue <1721849008@qq.com> Date: 星期日, 13 七月 2025 04:25:29 +0800 Subject: [PATCH] 在分批次时创建空联系,轮询状态修改, --- src/main/java/com/linghu/mapper/PlatformMapper.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/linghu/mapper/PlatformMapper.java b/src/main/java/com/linghu/mapper/PlatformMapper.java index 5180439..1bdaa37 100644 --- a/src/main/java/com/linghu/mapper/PlatformMapper.java +++ b/src/main/java/com/linghu/mapper/PlatformMapper.java @@ -10,5 +10,6 @@ * @Entity com.linghu.model.entity.Platfrom */ public interface PlatformMapper extends BaseMapper<Platform> { + public Platform getPlatformByDomain(String domain); } -- Gitblit v1.7.1