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/order/OrderSearchIndexMapper.java |   88 ++++++++++++++++++++++----------------------
 1 files changed, 44 insertions(+), 44 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/order/OrderSearchIndexMapper.java b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/order/OrderSearchIndexMapper.java
index b7b6bb7..4a6257a 100644
--- a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/order/OrderSearchIndexMapper.java
+++ b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/order/OrderSearchIndexMapper.java
@@ -1,45 +1,45 @@
-package com.yeshi.fanli.dao.mybatis.order;
-
-import java.util.List;
-
-import org.apache.ibatis.annotations.Param;
-
-import com.yeshi.fanli.entity.order.ESOrder;
-
-public interface OrderSearchIndexMapper {
-
-	/**
-	 * 
-	 * @Title: listByHBIds
-	 * @Description: 鏍规嵁涓籬ongbaoId妫�绱�
-	 * @param hbIdList
-	 * @return 
-	 * List<ESOrder> 杩斿洖绫诲瀷
-	 * @throws
-	 */
-	List<ESOrder> listByHBIds(@Param("hbIdList") List<Long> hbIdList);
-
-	/**
-	 * 
-	 * @Title: listHBId
-	 * @Description: 妫�绱㈤渶瑕佹柊澧炵殑hongBaoId
-	 * @param start
-	 * @param count
-	 * @return 
-	 * List<Long> 杩斿洖绫诲瀷
-	 * @throws
-	 */
-	List<Long> listHBId(@Param("start") long start, @Param("count") int count);
-
-	/**
-	 * 鏍规嵁hongBaoId鍒犻櫎
-	 * @Title: deleteByHBIds
-	 * @Description: 
-	 * @param hbIdList
-	 * @return 
-	 * int 杩斿洖绫诲瀷
-	 * @throws
-	 */
-	int deleteByHBIds(@Param("hbIdList") List<Long> hbIdList);
-
+package com.yeshi.fanli.dao.mybatis.order;
+
+import java.util.List;
+
+import org.apache.ibatis.annotations.Param;
+
+import com.yeshi.fanli.entity.order.ESOrder;
+
+public interface OrderSearchIndexMapper {
+
+	/**
+	 * 
+	 * @Title: listByHBIds
+	 * @Description: 鏍规嵁涓籬ongbaoId妫�绱�
+	 * @param hbIdList
+	 * @return 
+	 * List<ESOrder> 杩斿洖绫诲瀷
+	 * @throws
+	 */
+	List<ESOrder> listByHBIds(@Param("hbIdList") List<Long> hbIdList);
+
+	/**
+	 * 
+	 * @Title: listHBId
+	 * @Description: 妫�绱㈤渶瑕佹柊澧炵殑hongBaoId
+	 * @param start
+	 * @param count
+	 * @return 
+	 * List<Long> 杩斿洖绫诲瀷
+	 * @throws
+	 */
+	List<Long> listHBId(@Param("start") long start, @Param("count") int count);
+
+	/**
+	 * 鏍规嵁hongBaoId鍒犻櫎
+	 * @Title: deleteByHBIds
+	 * @Description: 
+	 * @param hbIdList
+	 * @return 
+	 * int 杩斿洖绫诲瀷
+	 * @throws
+	 */
+	int deleteByHBIds(@Param("hbIdList") List<Long> hbIdList);
+
 }
\ No newline at end of file

--
Gitblit v1.8.0