From 6fdcc0c26dd33e87a024a69ed635d9aedb59cad6 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期二, 07 一月 2020 12:02:50 +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 7d97221..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,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