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/money/UserMoneyDetailMapper.java |  192 ++++++++++++++++++++++++-----------------------
 1 files changed, 99 insertions(+), 93 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/money/UserMoneyDetailMapper.java b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/money/UserMoneyDetailMapper.java
index 7dcbfc8..33c5b58 100644
--- a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/money/UserMoneyDetailMapper.java
+++ b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/money/UserMoneyDetailMapper.java
@@ -12,109 +12,115 @@
 import com.yeshi.fanli.vo.money.UserMonthMoneyVO;
 
 public interface UserMoneyDetailMapper extends BaseMapper<UserMoneyDetail> {
-	/**
-	 * 閫氳繃鐢ㄦ埛ID鍜岃繑鍥炵殑鏈�澶ф椂闂寸殑璇︽儏ID鏉ヨ幏鍙栦笅涓�椤电殑鏁版嵁
-	 * 
-	 * @param uid
-	 * @param id
-	 * @param count
-	 * @return
-	 */
-	List<UserMoneyDetail> selectByUidWithIndexId(@Param("uid") Long uid, @Param("id") Long id,
-			@Param("count") int count, @Param("type") Integer type);
+    /**
+     * 閫氳繃鐢ㄦ埛ID鍜岃繑鍥炵殑鏈�澶ф椂闂寸殑璇︽儏ID鏉ヨ幏鍙栦笅涓�椤电殑鏁版嵁
+     *
+     * @param uid
+     * @param id
+     * @param count
+     * @return
+     */
+    List<UserMoneyDetail> selectByUidWithIndexId(@Param("uid") Long uid, @Param("id") Long id,
+                                                 @Param("count") int count, @Param("type") Integer type);
 
-	/**
-	 * 鑾峰彇鐢ㄦ埛鎬诲叡鏈夊灏戣褰曟暟鎹�
-	 * 
-	 * @param uid
-	 * @return
-	 */
-	Long selectCountByUid(@Param("uid") Long uid, @Param("type") Integer type);
+    /**
+     * 鑾峰彇鐢ㄦ埛鎬诲叡鏈夊灏戣褰曟暟鎹�
+     *
+     * @param uid
+     * @return
+     */
+    Long selectCountByUid(@Param("uid") Long uid, @Param("type") Integer type);
 
-	/**
-	 * 鎸夋渶澶х殑鍒涘缓鏃堕棿鍜岀敤鎴稩D妫�绱㈠垪琛�
-	 * 
-	 * @param uid
-	 * @param date
-	 * @return
-	 */
-	List<UserMoneyDetail> selectByMaxCreateTime(@Param("uid") Long uid, @Param("date") Date date,
-			@Param("count") int count, @Param("type") Integer type);
+    /**
+     * 鎸夋渶澶х殑鍒涘缓鏃堕棿鍜岀敤鎴稩D妫�绱㈠垪琛�
+     *
+     * @param uid
+     * @param date
+     * @return
+     */
+    List<UserMoneyDetail> selectByMaxCreateTime(@Param("uid") Long uid, @Param("date") Date date,
+                                                @Param("count") int count, @Param("type") Integer type);
 
-	/**
-	 * 鎸夋渶澶х殑鍒涘缓鏃堕棿鍜岀敤鎴稩D妫�绱㈡暟閲�
-	 * 
-	 * @param uid
-	 * @param date
-	 * @return
-	 */
-	Long selectCountByUidAndMaxCreateTime(@Param("uid") Long uid, @Param("date") Date date, @Param("type") Integer type);
+    /**
+     * 鎸夋渶澶х殑鍒涘缓鏃堕棿鍜岀敤鎴稩D妫�绱㈡暟閲�
+     *
+     * @param uid
+     * @param date
+     * @return
+     */
+    Long selectCountByUidAndMaxCreateTime(@Param("uid") Long uid, @Param("date") Date date, @Param("type") Integer type);
 
-	/**
-	 * 鎸夌敤鎴稩D鍜屾渶澶ф椂闂存绱㈡湀浠界殑鏁伴噺
-	 * 
-	 * @param uid
-	 * @param maxDate
-	 * @return
-	 */
-	int selectMonthCountByUid(@Param("uid") Long uid, @Param("date") Date maxDate, @Param("type") Integer type);
+    /**
+     * 鎸夌敤鎴稩D鍜屾渶澶ф椂闂存绱㈡湀浠界殑鏁伴噺
+     *
+     * @param uid
+     * @param maxDate
+     * @return
+     */
+    int selectMonthCountByUid(@Param("uid") Long uid, @Param("date") Date maxDate, @Param("type") Integer type);
 
-	/**
-	 * 缁熻鏌愪釜鏈堜唤鐨勬敹鍏ヤ笌鏀嚭
-	 * 
-	 * @param uid
-	 * @param dateFormat
-	 * @return
-	 */
-	List<UserMonthMoneyVO> selectMonthMoneyByUid(@Param("uid") Long uid, @Param("dateFormat") List<String> dateFormat);
+    /**
+     * 缁熻鏌愪釜鏈堜唤鐨勬敹鍏ヤ笌鏀嚭
+     *
+     * @param uid
+     * @param dateFormat
+     * @return
+     */
+    List<UserMonthMoneyVO> selectMonthMoneyByUid(@Param("uid") Long uid, @Param("dateFormat") List<String> dateFormat);
 
-	/**
-	 * 鏍规嵁鐢ㄦ埛ID鑾峰彇璧勯噾鏄庣粏锛堣�佺増锛�
-	 * 
-	 * @param uid
-	 * @param start
-	 * @param count
-	 * @return
-	 */
+    /**
+     * 鏍规嵁鐢ㄦ埛ID鑾峰彇璧勯噾鏄庣粏锛堣�佺増锛�
+     *
+     * @param uid
+     * @param start
+     * @param count
+     * @return
+     */
 
-	List<UserMoneyDetail> selectByUidWithState(@Param("uid") Long uid, @Param("start") long start,
-			@Param("count") int count);
+    List<UserMoneyDetail> selectByUidWithState(@Param("uid") Long uid, @Param("start") long start,
+                                               @Param("count") int count);
 
-	Long selectCountByUidWithState(@Param("uid") Long uid);
+    Long selectCountByUidWithState(@Param("uid") Long uid);
 
-	/**
-	 * 缁熻鏌愪釜鐢ㄦ埛鏌愭鏃堕棿鍐呬骇鐢熺殑鏄庣粏涔嬪拰
-	 * 
-	 * @param uid
-	 * @param typeList
-	 * @param minDate
-	 * @param maxDate
-	 * @return
-	 */
-	BigDecimal getTotalMoneyByTypeAndUidWithDate(@Param("uid") Long uid, @Param("typeList") List<String> typeList,
-			@Param("minDate") Date minDate, @Param("maxDate") Date maxDate, @Param("show")Integer show);
+    /**
+     * 缁熻鏌愪釜鐢ㄦ埛鏌愭鏃堕棿鍐呬骇鐢熺殑鏄庣粏涔嬪拰
+     *
+     * @param uid
+     * @param typeList
+     * @param minDate
+     * @param maxDate
+     * @return
+     */
+    BigDecimal getTotalMoneyByTypeAndUidWithDate(@Param("uid") Long uid, @Param("typeList") List<String> typeList,
+                                                 @Param("minDate") Date minDate, @Param("maxDate") Date maxDate, @Param("show") Integer show);
 
-	/**
-	 * 鏍规嵁绫诲瀷锛岀敤鎴稩D锛屽敮涓�鏍囪瘑鏌ヨ
-	 * @param type
-	 * @param uid
-	 * @param sourceIdentifyId
-	 * @return
-	 */
-	UserMoneyDetail selectByTypeAndUidAndIdentifyCode(@Param("type") UserMoneyDetailTypeEnum type,
-			@Param("uid") Long uid, @Param("sourceIdentifyId") Long sourceIdentifyId);
+    /**
+     * 鏍规嵁绫诲瀷锛岀敤鎴稩D锛屽敮涓�鏍囪瘑鏌ヨ
+     *
+     * @param type
+     * @param uid
+     * @param sourceIdentifyId
+     * @return
+     */
+    UserMoneyDetail selectByTypeAndUidAndIdentifyCode(@Param("type") UserMoneyDetailTypeEnum type,
+                                                      @Param("uid") Long uid, @Param("sourceIdentifyId") Long sourceIdentifyId);
 
-	
-	
-	/**
-	 * 鏌ヨ鏄庣粏
-	 * @param start
-	 * @param count
-	 * @param key
-	 * @return
-	 */
-	List<UserMoneyDetail> listQuery(@Param("start") long start,	@Param("count") int count,	
-			@Param("key") String key,@Param("keyType") Integer keyType);
 
-	Long countQuery(@Param("key") String key, @Param("keyType")Integer keyType);
+    UserMoneyDetail selectByIdentifyCode(@Param("identifyCode") String identifyCode);
+
+
+    /**
+     * 鏌ヨ鏄庣粏
+     *
+     * @param start
+     * @param count
+     * @param key
+     * @return
+     */
+    List<UserMoneyDetail> listQuery(@Param("start") long start, @Param("count") int count,
+                                    @Param("key") String key, @Param("keyType") Integer keyType);
+
+    Long countQuery(@Param("key") String key, @Param("keyType") Integer keyType);
+
+
 }
\ No newline at end of file

--
Gitblit v1.8.0