From 6927d3bed414fb1a44312668d4e9d91d62e91b3f Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 09 七月 2024 00:43:50 +0800 Subject: [PATCH] 口令付款不依赖与订单 --- src/main/java/com/taoke/autopay/service/ClientInfoService.java | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/taoke/autopay/service/ClientInfoService.java b/src/main/java/com/taoke/autopay/service/ClientInfoService.java index 5ba0deb..651ca85 100644 --- a/src/main/java/com/taoke/autopay/service/ClientInfoService.java +++ b/src/main/java/com/taoke/autopay/service/ClientInfoService.java @@ -4,6 +4,7 @@ import com.taoke.autopay.exception.LoginException; import java.util.Date; +import java.util.List; /** * @author hxh @@ -55,5 +56,7 @@ **/ public void setActiveTime(Long id, Date date); + public List<ClientInfo> listByIds(List<Long> ids); + } -- Gitblit v1.8.0