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/OrderMapper.java |   80 ++++++++++++++++++++--------------------
 1 files changed, 40 insertions(+), 40 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/order/OrderMapper.java b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/order/OrderMapper.java
index 4f1db51..7d97221 100644
--- a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/order/OrderMapper.java
+++ b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/order/OrderMapper.java
@@ -1,41 +1,41 @@
-package com.yeshi.fanli.dao.mybatis.order;
-
-import java.util.List;
-
-import org.apache.ibatis.annotations.Param;
-
-import com.yeshi.fanli.entity.bus.user.Order;
-
-public interface OrderMapper {
-
-	int deleteByPrimaryKey(Long id);
-
-	int insert(Order record);
-
-	int insertSelective(Order record);
-
-	Order selectByPrimaryKey(Long id);
-
-	/**
-	 * 鏍规嵁璁㈠崟鍙峰拰璁㈠崟绫诲瀷鏌ユ壘璁㈠崟
-	 * 
-	 * @param orderId
-	 * @param orderType
-	 * @return
-	 */
-	Order selectOrderByOrderIdAndOrderType(@Param("orderId") String orderId, @Param("orderType") int orderType);
-
-	List<Order> selectByUid(Long uid);
-
-	int updateByPrimaryKeySelective(Order record);
-
-	int updateByPrimaryKey(Order record);
-
-	/**
-	 * 閫氳繃鐢ㄦ埛ID璁㈠崟绫诲瀷鍜屽娉ㄦ煡璇㈠垪琛�
-	 * 
-	 * @return
-	 */
-	List<Order> listByUidAndOrderTypeAndBeiZhu(@Param("uid") Long uid, @Param("orderType") int orderType,
-			@Param("beiZhu") String beiZhu);
+package com.yeshi.fanli.dao.mybatis.order;
+
+import java.util.List;
+
+import org.apache.ibatis.annotations.Param;
+
+import com.yeshi.fanli.entity.bus.user.Order;
+
+public interface OrderMapper {
+
+	int deleteByPrimaryKey(Long id);
+
+	int insert(Order record);
+
+	int insertSelective(Order record);
+
+	Order selectByPrimaryKey(Long id);
+
+	/**
+	 * 鏍规嵁璁㈠崟鍙峰拰璁㈠崟绫诲瀷鏌ユ壘璁㈠崟
+	 * 
+	 * @param orderId
+	 * @param orderType
+	 * @return
+	 */
+	Order selectOrderByOrderIdAndOrderType(@Param("orderId") String orderId, @Param("orderType") int orderType);
+
+	List<Order> selectByUid(Long uid);
+
+	int updateByPrimaryKeySelective(Order record);
+
+	int updateByPrimaryKey(Order record);
+
+	/**
+	 * 閫氳繃鐢ㄦ埛ID璁㈠崟绫诲瀷鍜屽娉ㄦ煡璇㈠垪琛�
+	 * 
+	 * @return
+	 */
+	List<Order> listByUidAndOrderTypeAndBeiZhu(@Param("uid") Long uid, @Param("orderType") int orderType,
+			@Param("beiZhu") String beiZhu);
 }
\ No newline at end of file

--
Gitblit v1.8.0