From 30d8e227e8d823b6c38c3b9c90ac2df03b63befe Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期二, 25 二月 2025 16:41:22 +0800
Subject: [PATCH] 淘宝转链接口更新

---
 fanli/src/main/java/com/yeshi/fanli/dao/mybatis/push/PushInfoMapper.java |   71 ++++++++++++++++++-----------------
 1 files changed, 36 insertions(+), 35 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/push/PushInfoMapper.java b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/push/PushInfoMapper.java
index 213b382..bddfb90 100644
--- a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/push/PushInfoMapper.java
+++ b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/push/PushInfoMapper.java
@@ -1,36 +1,37 @@
-package com.yeshi.fanli.dao.mybatis.push;
-
-import java.util.List;
-
-import org.apache.ibatis.annotations.Param;
-
-import com.yeshi.fanli.dao.BaseMapper;
-import com.yeshi.fanli.entity.push.PushInfo;
-
-public interface PushInfoMapper extends BaseMapper<PushInfo> {
-	
-	
-	int deleteBatchByPrimaryKey(List<Long> list);
-	
-	/**
-	 * 鍚庣鏌ヨ鍒楄〃
-	 * @param start
-	 * @param count
-	 * @param key
-	 * @param keyType
-	 * @param state
-	 * @return
-	 */
-	List<PushInfo> listQuery(@Param("start") long start, @Param("count") int count,
-			 @Param("key") String key, @Param("keyType") Integer keyType, @Param("state") Integer state
-			 ,  @Param("type")String type);
-	
-	long countQuery(@Param("key") String key, @Param("keyType") Integer keyType,
-			@Param("state") Integer state,  @Param("type")String type);
-	
-	/**
-	 * 闇�瑕佹墽琛屾帹閫佺殑浠诲姟
-	 * @return
-	 */
-	List<PushInfo> listTask();
+package com.yeshi.fanli.dao.mybatis.push;
+
+import java.util.List;
+
+import com.yeshi.fanli.entity.SystemEnum;
+import org.apache.ibatis.annotations.Param;
+
+import com.yeshi.fanli.dao.BaseMapper;
+import com.yeshi.fanli.entity.push.PushInfo;
+
+public interface PushInfoMapper extends BaseMapper<PushInfo> {
+	
+	
+	int deleteBatchByPrimaryKey(List<Long> list);
+	
+	/**
+	 * 鍚庣鏌ヨ鍒楄〃
+	 * @param start
+	 * @param count
+	 * @param key
+	 * @param keyType
+	 * @param state
+	 * @return
+	 */
+	List<PushInfo> listQuery(@Param("start") long start, @Param("count") int count,
+			 @Param("key") String key, @Param("keyType") Integer keyType, @Param("state") Integer state
+			 ,  @Param("type")String type, @Param("system") SystemEnum system);
+	
+	long countQuery(@Param("key") String key, @Param("keyType") Integer keyType,
+			@Param("state") Integer state,  @Param("type")String type, @Param("system") SystemEnum system);
+	
+	/**
+	 * 闇�瑕佹墽琛屾帹閫佺殑浠诲姟
+	 * @return
+	 */
+	List<PushInfo> listTask(@Param("system") SystemEnum system);
 }
\ No newline at end of file

--
Gitblit v1.8.0