From e257a2834bf7b62af5c5c96f9b0b21fac92f2196 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期六, 24 七月 2021 18:31:02 +0800
Subject: [PATCH] jumpdetail分system

---
 fanli/src/main/java/com/yeshi/fanli/service/impl/homemodule/SwiperPictureServiceImpl.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/impl/homemodule/SwiperPictureServiceImpl.java b/fanli/src/main/java/com/yeshi/fanli/service/impl/homemodule/SwiperPictureServiceImpl.java
index 8e98945..de18084 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/impl/homemodule/SwiperPictureServiceImpl.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/impl/homemodule/SwiperPictureServiceImpl.java
@@ -95,7 +95,7 @@
 	}
 
 	@Override
-	public void saveObject(MultipartFile file, SwiperPicture record, String jumpType, CommonShareInfo shareInfo)
+	public void saveObject(MultipartFile file, SwiperPicture record, String jumpType, CommonShareInfo shareInfo,SystemEnum system)
 			throws SwiperPictureException, Exception {
 		if (record == null) {
 			throw new SwiperPictureException(1, "鍙傛暟涓嶈兘涓虹┖");
@@ -127,7 +127,7 @@
 		
 		
 		if (!StringUtil.isNullOrEmpty(jumpType)) {
-			List<JumpDetailV2> listByType = jumpDetailV2Service.listByType(jumpType);
+			List<JumpDetailV2> listByType = jumpDetailV2Service.listByType(jumpType,system);
 			if (listByType != null && listByType.size() > 0) {
 				record.setJumpDetail(listByType.get(0));
 			}
@@ -480,7 +480,7 @@
 					
 					bannerVO.setComment(info.getComment());
 					bannerVO.setParams(params.toString());
-					bannerVO.setJumpDetail(jumpDetailV2Service.getByTypeCache("web"));
+					bannerVO.setJumpDetail(jumpDetailV2Service.getByTypeCache("web",system));
 				}
 				listVo.add(bannerVO);
 			}

--
Gitblit v1.8.0