|
|
@@ -15,6 +15,7 @@ import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.cache.annotation.CacheEvict;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
+import com.goafanti.app.bo.AdvertisingBo;
|
|
|
import com.goafanti.app.bo.consultantListBo;
|
|
|
import com.goafanti.common.bo.Result;
|
|
|
import com.goafanti.common.bo.fieldGlossoryBo;
|
|
|
@@ -403,4 +404,12 @@ public class UserIdentityServiceImpl extends BaseMybatisDao<UserIdentityMapper>
|
|
|
return c;
|
|
|
}
|
|
|
|
|
|
+ @Override
|
|
|
+ public AdvertisingBo advertising() {
|
|
|
+ AdvertisingBo advertising=null;
|
|
|
+ advertising.setPicture("/customer_sys_file/1/GG1.jpg");
|
|
|
+ advertising.setSlogan("快速响应您的需求 只为助您成就一流企业");
|
|
|
+ return advertising;
|
|
|
+ }
|
|
|
+
|
|
|
}
|