From d0c1f24b2be8e4a547d939710a12888d4f6714c6 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期四, 06 六月 2019 15:53:46 +0800
Subject: [PATCH] 新版大淘客数据添加
---
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/order/OrderMapper.java | 14 ++++++++++----
1 files changed, 10 insertions(+), 4 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..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
@@ -16,20 +16,26 @@
Order selectByPrimaryKey(Long id);
- // 鏍规嵁璁㈠崟鍙锋煡鎵捐鍗�
- Order selectOrderByOrderId(String orderId);
-
/**
* 鏍规嵁璁㈠崟鍙峰拰璁㈠崟绫诲瀷鏌ユ壘璁㈠崟
+ *
* @param orderId
* @param orderType
* @return
*/
- List<Order> selectOrderByOrderIdAndOrderType(@Param("orderId")String orderId,@Param("orderType") int orderType);
+ 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