Browse Source

发现图片地址、跳转ID修改

Michael 8 years ago
parent
commit
19695353f6

+ 3 - 3
src/main/java/com/goafanti/user/service/impl/UserIdentityServiceImpl.java

@@ -407,8 +407,8 @@ public class UserIdentityServiceImpl extends BaseMybatisDao<UserIdentityMapper>
 	public List<AdvertisingBo> advertising() {
 		List<AdvertisingBo> advertising=new ArrayList<>();
 		AdvertisingBo one=new AdvertisingBo();
-		one.setId("0a9c444e-ae41-4134-8eaf-5e35238377d8");
-		one.setPicture("/customer_sys_file/1/GG1.jpg");
+		one.setId("065de736-9b40-4678-93bc-e95f5e8c529b");
+		one.setPicture("/customer_sys_file/1/GGN1.jpg");
 		one.setType("成果");
 		one.setSlogan("快速响应您的需求 只为助您成就一流企业");	
 		advertising.add(one);
@@ -421,7 +421,7 @@ public class UserIdentityServiceImpl extends BaseMybatisDao<UserIdentityMapper>
 		advertising.add(two);
 		
 		AdvertisingBo three=new AdvertisingBo();
-		three.setId("3e1dd662-12da-4a3d-8196-849e7cebfd5b");
+		three.setId("af430be8-7752-43ac-ad82-27f02be317e6");
 		three.setPicture("/customer_sys_file/1/GG3.jpg");
 		three.setType("专家");
 		three.setSlogan("快速响应您的需求 只为助您成就一流企业");