From 81da61b828e29b7745e1382dfbbaeb685dc083ef Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期二, 23 一月 2024 17:17:55 +0800
Subject: [PATCH] 抖音转链修改
---
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/integral/UserGetIntegralFromOrderRecordMapper.java | 40 ++++++++++++++++++++--------------------
1 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/integral/UserGetIntegralFromOrderRecordMapper.java b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/integral/UserGetIntegralFromOrderRecordMapper.java
index 598117a..ebbb14b 100644
--- a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/integral/UserGetIntegralFromOrderRecordMapper.java
+++ b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/integral/UserGetIntegralFromOrderRecordMapper.java
@@ -1,21 +1,21 @@
-package com.yeshi.fanli.dao.mybatis.integral;
-
-import org.apache.ibatis.annotations.Param;
-
-import com.yeshi.fanli.dao.BaseMapper;
-import com.yeshi.fanli.entity.integral.UserGetIntegralFromOrderRecord;
-
-public interface UserGetIntegralFromOrderRecordMapper extends BaseMapper<UserGetIntegralFromOrderRecord> {
-
- /**
- * 鏍规嵁鐢ㄦ埛锛屼簨浠剁被鍨嬶紝璁㈠崟淇℃伅璁℃暟
- *
- * @param eventType
- * @param uid
- * @param orderNo
- * @param orderSourceType
- * @return
- */
- long countByRecordInfo(@Param("record") UserGetIntegralFromOrderRecord record);
-
+package com.yeshi.fanli.dao.mybatis.integral;
+
+import org.apache.ibatis.annotations.Param;
+
+import com.yeshi.fanli.dao.BaseMapper;
+import com.yeshi.fanli.entity.integral.UserGetIntegralFromOrderRecord;
+
+public interface UserGetIntegralFromOrderRecordMapper extends BaseMapper<UserGetIntegralFromOrderRecord> {
+
+ /**
+ * 鏍规嵁鐢ㄦ埛锛屼簨浠剁被鍨嬶紝璁㈠崟淇℃伅璁℃暟
+ *
+ * @param eventType
+ * @param uid
+ * @param orderNo
+ * @param orderSourceType
+ * @return
+ */
+ long countByRecordInfo(@Param("record") UserGetIntegralFromOrderRecord record);
+
}
\ No newline at end of file
--
Gitblit v1.8.0