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/service/impl/push/PushGoodsRecordServiceImpl.java |  114 ++++++++++++++++++++++++++++----------------------------
 1 files changed, 57 insertions(+), 57 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/impl/push/PushGoodsRecordServiceImpl.java b/fanli/src/main/java/com/yeshi/fanli/service/impl/push/PushGoodsRecordServiceImpl.java
index 4259e1d..e91bbcd 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/impl/push/PushGoodsRecordServiceImpl.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/impl/push/PushGoodsRecordServiceImpl.java
@@ -1,57 +1,57 @@
-package com.yeshi.fanli.service.impl.push;
-
-import java.util.List;
-
-import javax.annotation.Resource;
-
-import org.springframework.stereotype.Service;
-
-import com.yeshi.fanli.dao.mybatis.push.PushGoodsRecordMapper;
-import com.yeshi.fanli.entity.push.PushGoodsRecord;
-import com.yeshi.fanli.exception.push.PushGoodsRecordException;
-import com.yeshi.fanli.service.inter.push.PushGoodsRecordService;
-
-@Service
-public class PushGoodsRecordServiceImpl implements PushGoodsRecordService {
-	
-	@Resource
-	private PushGoodsRecordMapper pushGoodsRecordMapper;
-	
-
-	@Override
-	public int deleteByPrimaryKey(Long id) throws PushGoodsRecordException {
-		return pushGoodsRecordMapper.deleteByPrimaryKey(id);
-	}
-
-	@Override
-	public int insert(PushGoodsRecord record) throws PushGoodsRecordException {
-		return pushGoodsRecordMapper.insert(record);
-	}
-
-	@Override
-	public int insertSelective(PushGoodsRecord record) throws PushGoodsRecordException {
-		return pushGoodsRecordMapper.insertSelective(record);
-	}
-
-	@Override
-	public PushGoodsRecord selectByPrimaryKey(Long id) throws PushGoodsRecordException {
-		return pushGoodsRecordMapper.selectByPrimaryKey(id);
-	}
-
-	@Override
-	public int updateByPrimaryKeySelective(PushGoodsRecord record) throws PushGoodsRecordException {
-		return pushGoodsRecordMapper.updateByPrimaryKeySelective(record);
-	}
-
-	@Override
-	public int updateByPrimaryKey(PushGoodsRecord record) throws PushGoodsRecordException {
-		return pushGoodsRecordMapper.updateByPrimaryKey(record);
-	}
-
-	@Override
-	public List<PushGoodsRecord> listByPushIdAndDeviceId(Long pushId, Long deviceId) throws PushGoodsRecordException {
-		return pushGoodsRecordMapper.listByPushIdAndDeviceId(pushId, deviceId);
-	}
-	
-	
-}
+package com.yeshi.fanli.service.impl.push;
+
+import java.util.List;
+
+import javax.annotation.Resource;
+
+import org.springframework.stereotype.Service;
+
+import com.yeshi.fanli.dao.mybatis.push.PushGoodsRecordMapper;
+import com.yeshi.fanli.entity.push.PushGoodsRecord;
+import com.yeshi.fanli.exception.push.PushGoodsRecordException;
+import com.yeshi.fanli.service.inter.push.PushGoodsRecordService;
+
+@Service
+public class PushGoodsRecordServiceImpl implements PushGoodsRecordService {
+	
+	@Resource
+	private PushGoodsRecordMapper pushGoodsRecordMapper;
+	
+
+	@Override
+	public int deleteByPrimaryKey(Long id) throws PushGoodsRecordException {
+		return pushGoodsRecordMapper.deleteByPrimaryKey(id);
+	}
+
+	@Override
+	public int insert(PushGoodsRecord record) throws PushGoodsRecordException {
+		return pushGoodsRecordMapper.insert(record);
+	}
+
+	@Override
+	public int insertSelective(PushGoodsRecord record) throws PushGoodsRecordException {
+		return pushGoodsRecordMapper.insertSelective(record);
+	}
+
+	@Override
+	public PushGoodsRecord selectByPrimaryKey(Long id) throws PushGoodsRecordException {
+		return pushGoodsRecordMapper.selectByPrimaryKey(id);
+	}
+
+	@Override
+	public int updateByPrimaryKeySelective(PushGoodsRecord record) throws PushGoodsRecordException {
+		return pushGoodsRecordMapper.updateByPrimaryKeySelective(record);
+	}
+
+	@Override
+	public int updateByPrimaryKey(PushGoodsRecord record) throws PushGoodsRecordException {
+		return pushGoodsRecordMapper.updateByPrimaryKey(record);
+	}
+
+	@Override
+	public List<PushGoodsRecord> listByPushIdAndDeviceId(Long pushId, Long deviceId) throws PushGoodsRecordException {
+		return pushGoodsRecordMapper.listByPushIdAndDeviceId(pushId, deviceId);
+	}
+	
+	
+}

--
Gitblit v1.8.0