From fa677dec1c55db004a31beefb1e346e18c7858c2 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期四, 20 二月 2025 18:41:29 +0800
Subject: [PATCH] bug修改

---
 src/main/java/com/taoke/autopay/service/agent/ChannelAgentService.java |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/taoke/autopay/service/agent/ChannelAgentService.java b/src/main/java/com/taoke/autopay/service/agent/ChannelAgentService.java
index 44928b2..c1226d6 100644
--- a/src/main/java/com/taoke/autopay/service/agent/ChannelAgentService.java
+++ b/src/main/java/com/taoke/autopay/service/agent/ChannelAgentService.java
@@ -22,7 +22,7 @@
      * @param: agent
      * @return void
      **/
-    public void addChannelAgent(ChannelAgent agent) throws ChannelAgentException;
+    public ChannelAgent addChannelAgent(ChannelAgent agent) throws ChannelAgentException;
 
     /**
      * @author hxh
@@ -35,10 +35,21 @@
      **/
     public void setAlipayAccount(Long agengId,String name,String account) throws ChannelAgentException;
 
+
+    public ChannelAgent selectByPrimaryKey(Long agengId);
+
     public void updateSelective(ChannelAgent agent);
 
     public List<ChannelAgent> list(ChannelAgentMapper.DaoQuery query);
 
     public long count(ChannelAgentMapper.DaoQuery query);
 
+    public void delete(Long id);
+
+    public ChannelAgent login(String account,String pwd) throws  ChannelAgentException;
+
+    public ChannelAgent selectByAlias(String alias);
+
+    public List<ChannelAgent> listByIds(List<Long> ids);
+
 }

--
Gitblit v1.8.0