From 2ec42a5aacea35d2918f0e17f07685cf5b4d25c8 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期二, 12 五月 2020 20:20:41 +0800
Subject: [PATCH] 包名引用路径更改

---
 fanli/src/main/java/com/yeshi/fanli/dao/mybatis/order/OrderMapper.java |   74 ++++++++++++++++++++-----------------
 1 files changed, 40 insertions(+), 34 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 54f87f7..4f1db51 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,35 +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);
-
-	// 鏍规嵁璁㈠崟鍙锋煡鎵捐鍗�
-	Order selectOrderByOrderId(String orderId);
-
-	/**
-	 * 鏍规嵁璁㈠崟鍙峰拰璁㈠崟绫诲瀷鏌ユ壘璁㈠崟
-	 * @param orderId
-	 * @param orderType
-	 * @return
-	 */
-	List<Order> selectOrderByOrderIdAndOrderType(@Param("orderId")String orderId,@Param("orderType") int orderType);
-
-	List<Order> selectByUid(Long uid);
-
-	int updateByPrimaryKeySelective(Order record);
-
-	int updateByPrimaryKey(Order record);
+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