yonge 4 年之前
父節點
當前提交
365f27d920
共有 1 個文件被更改,包括 0 次插入17 次删除
  1. 0 17
      cms/src/main/java/com/ym/mec/cms/service/impl/SysNewsInformationServiceImpl.java

+ 0 - 17
cms/src/main/java/com/ym/mec/cms/service/impl/SysNewsInformationServiceImpl.java

@@ -127,23 +127,6 @@ public class SysNewsInformationServiceImpl extends BaseServiceImpl<Long, SysNews
 		
 		queryInfo.setType(5);
 		pageInfos = new PageInfo<SysNewsInformation>();
-		SysNewsInformation info = new SysNewsInformation();
-		info.setOrder(1);
-
-		if (queryInfo.getTenantId() == 1 && date.after(startDate) && "18696158274".equals(user.getPhone()) == false) {
-			info.setCreateTime(date);
-			info.setUpdateTime(date);
-			if (isNewer) {
-				info.setLinkUrl(serverContextPath + "/#/auditionActive/1");
-				info.setCoverImage("https://daya-online.oss-cn-beijing.aliyuncs.com/tempActivity/5_1.png");
-			} else {
-				info.setLinkUrl(serverContextPath + "/#/auditionActive/1");
-				info.setCoverImage("https://daya-online.oss-cn-beijing.aliyuncs.com/tempActivity/5_2.png");
-			}
-			pageInfos.getRows().add(0, info);
-		} else {
-			pageInfos = queryHomePage(queryInfo);
-		}
 		homeList.put("flash",pageInfos);
 		return homeList;
 	}