Browse Source

Merge remote-tracking branch 'origin/master'

lyq 3 months ago
parent
commit
f5fa92c04b

+ 25 - 0
src/main/java/com/sooka/module/api/ContentApiController.java

@@ -18,6 +18,8 @@ import io.swagger.annotations.ApiOperation;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.web.bind.annotation.*;
 
+import java.util.HashMap;
+import java.util.List;
 import java.util.Map;
 
 /**
@@ -80,4 +82,27 @@ public class ContentApiController {
         return JsonUtil.toSuccessResultJSON("请求成功",result);
     }
 
+    /**
+     * 证书认证查询接口
+     * username
+     * telephone
+     * certificateType
+     * siteId
+     * @return
+     */
+    @GetMapping("/zsrz/list")
+    public String queryList(@RequestParam("siteId") String siteId,
+                                               @RequestParam("username") String username,
+                                               @RequestParam(value = "telephone") String telephone,
+                                               @RequestParam(value = "categoryId") String categoryId){
+
+        Map<String, Object> map = new HashMap<>();
+        map.put("title", username);
+        map.put("telephone", telephone);
+        map.put("siteId", siteId);
+        map.put("categoryId", categoryId);
+        List<TCmsContent> tCmsContents = contentService.certificateQueryList(map);
+        return JsonUtil.toSuccessResultJSON("请求成功", tCmsContents);
+    }
+
 }

+ 3 - 0
src/main/java/com/sooka/module/web/cms/service/ContentService.java

@@ -66,4 +66,7 @@ public interface  ContentService extends BaseService<TCmsContent,Long> {
     PageInfo<TCmsContent> SearchTitleFor(int pageNumber,Map<String,Object> map);
 
     PageInfo<TCmsContent> certificateQuery(Integer pageNumber, Map<String, Object> map);
+
+
+    List<TCmsContent> certificateQueryList(Map<String, Object> map);
 }

+ 11 - 0
src/main/java/com/sooka/module/web/cms/service/impl/ContentServiceImpl.java

@@ -588,4 +588,15 @@ public class ContentServiceImpl implements ContentService {
         PageInfo pageInfo=new PageInfo(tCmsContents);
         return pageInfo;
     }
+
+    @Override
+    public List<TCmsContent> certificateQueryList(Map<String, Object> map) {
+        TCmsCategory category = categoryService.findById(Long.parseLong(map.get("categoryId").toString()));
+        if(CmsUtil.isNullOrEmpty(category)) {
+            throw new CmsException("栏目["+Long.parseLong(map.get("categoryId").toString())+"]不存在!");
+        }
+        TCmsModel model = modelService.findById(category.getModelId());
+        map.put("tableName", model.getTableName());
+        return contentMapper.certificateQuery(map);
+    }
 }

+ 5 - 2
src/main/resources/application.properties

@@ -13,7 +13,10 @@ spring.cache.ehcache.config=classpath:ehcache.xml
 spring.devtools.restart.enabled=true
 #datasource
 spring.datasource.driver-class-name=com.mysql.jdbc.Driver
-#spring.datasource.url=jdbc:mysql://172.21.3.12/rdjt?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull
+
+#spring.datasource.url=jdbc:mysql://120.46.15.239:53306/tuiyijunren?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&useSSL=false
+#spring.datasource.username=root
+#spring.datasource.password=Aa123!@#
 spring.datasource.url=jdbc:mysql://192.168.10.15:63306/tuiyijunren?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull
 spring.datasource.username=root
 spring.datasource.password=sooka1a2b3c4d%...
@@ -68,7 +71,7 @@ enable.virtual.path=true
 #file upload path windows
 windows.file.upload.path=/Users/tuiyijunren/Pictures
 #file upload path linux
-linux.file.upload.path=/u01/tuiyijunren/Pictures
+linux.file.upload.path=/home/tuiyijunren/Pictures
 #???
 qiniu.upload.on=false
 qiniu.access.key=

+ 23 - 0
src/main/resources/static/js/register/jyxx.js

@@ -0,0 +1,23 @@
+function showStateFunc(categoryName, state, id, aId, href){
+    //state == true  为已经登录
+    var html = $("#"+id);
+    if(state){
+        console.log("用户已经登陆")
+        var link = $("<a>", {
+            href: href, // 设置链接的href属性
+            text: categoryName, // 设置链接的文本
+            id: aId // 可选:添加一个ID
+        });
+        html.append(link);
+    }else{
+        console.log("用户未登录")
+        if("招聘信息" !== categoryName && "优质岗位" !== categoryName){
+            var link = $("<a>", {
+                href: href, // 设置链接的href属性
+                text: categoryName, // 设置链接的文本
+                id: aId // 可选:添加一个ID
+            });
+            html.append(link);
+        }
+    }
+}

BIN
src/main/resources/static/www/tuiyijunren/images/twjr_img9.png


+ 2 - 2
src/main/resources/templates/system/index.html

@@ -213,7 +213,7 @@ function MainMenuClick(event, treeId, treeNode) {
             <ul class="bjui-navbar-right">
                 <li class="datetime"><div><span id="bjui-date"></span> <span id="bjui-clock"></span></div></li>
                 <li><a>你好,${session.SysUser.username!}</a></li>
-                <li><a target="_blank" href="${ctxPath}/spdx/${session.SysUser.siteId!}" data-id="siteInfo"><span class="glyphicon glyphicon-home"></span> ${session.SysUser.siteId==1?"前台首页":session.SysUser.siteName!}</a></li>
+                <li><a target="_blank" href="${ctxPath}/tuiyijunren/${session.SysUser.siteId!}" data-id="siteInfo"><span class="glyphicon glyphicon-home"></span> ${session.SysUser.siteId==1?"前台首页":session.SysUser.siteName!}</a></li>
                 <li><a target="_blank" href="${ctxPath}/system/cache/clear/all" data-toggle="doajax" data-confirm-msg="清理缓存"><span class="glyphicon glyphicon-refresh"></span> 清理缓存</a></li>
                 <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">我的账户 <span class="caret"></span></a>
                     <ul class="dropdown-menu" role="menu">
@@ -352,7 +352,7 @@ function MainMenuClick(event, treeId, treeNode) {
         </div>
     </div>
     <footer id="bjui-footer" >
-        &copy; 2023 sookaCMS  <span class="heartbeat"></span><a href="#" target="_blank"></a> 
+        &copy; 2025 sookaCMS  <span class="heartbeat"></span><a href="#" target="_blank"></a> 
     </footer>
     </div>
 </body>

+ 24 - 0
src/main/resources/templates/www/tuiyijunren/content-seek.html

@@ -0,0 +1,24 @@
+<!--头部开始-->
+@includeFileTemplate("/www/tuiyijunren/include/header.html"){}
+<!--头部结束-->
+<!--中间内容开始-->
+<div class="er_content"> 
+	<div class="dqwz"><span>当前位置:<a href="${frontPath}/${site.siteId}">网站首页 ></a><a href="${frontPath}/${site.siteId}/${category.categoryId}.html">${category.categoryName}</a></span></div>
+	<div class="news_txt">
+		<h1>${content.title!}</h1>
+		<h2>电话:${content.keywords!}</h2>
+		<h2>微信:${content.wx!}</h2>
+		<h5>
+			<i class="laiy">来源:${content.author!}</i>
+			<i class="date">时间:${content.inputdate,dateFormat="yyyy-MM-dd"}</i>
+		</h5>
+		<p>${content.seek_content}</p>
+
+	</div>
+</div>
+<!--中间内容结束-->
+<!--底部开始-->
+@includeFileTemplate("/www/tuiyijunren/include/footer.html"){}
+<!--底部结束-->
+</body>
+</html>

+ 12 - 49
src/main/resources/templates/www/tuiyijunren/index.html

@@ -71,10 +71,10 @@
     <!--  通知公告 国家政策 地方政策 结束-->
     <div style="clear: both"></div>
     <!--  留言 咨询 开始-->
-<!--    <div class="massage" aos="fade-up">-->
+    <div class="massage" aos="fade-up">
 <!--        <a class="massage_ly"><img src="${resPath}/tuiyijunren/images/twjr_icon6.png"/>留言</a>-->
-<!--        <a class="massage_zx"><img src="${resPath}/tuiyijunren/images/twjr_icon7.png"/>咨询</a>-->
-<!--    </div>-->
+        <a class="massage_zx"  href="${frontPath}/${site.siteId}/1251.html"><img src="${resPath}/tuiyijunren/images/twjr_icon7.png"/>咨询</a>
+    </div>
     <!--  留言 咨询 结束-->
     <!--职业技能培训 开始-->
     <div class="zyjn_div" aos="fade-up">
@@ -271,7 +271,7 @@
                                     text-overflow: ellipsis !important;
                                     -webkit-line-clamp: 1 !important;
                                     display: inline !important;
-                                    -webkit-box-orient: vertical !important;">${bean.content}</b>
+                                    -webkit-box-orient: vertical !important;">${bean.pay}</b>
                     </h1>
                     <!--<h4><span class="address">长春-南关</span><span>五险一金</span><span>周末双休</span></h4>-->
                     <h4><span class="address" style="height: 40px !important;
@@ -279,17 +279,17 @@
                                     text-overflow: ellipsis !important;
                                     -webkit-line-clamp: 1 !important;
                                     display: -webkit-box !important;
-                                    -webkit-box-orient: vertical !important;">${bean.keywords!}</span></h4>
+                                    -webkit-box-orient: vertical !important;">${bean.salary_treatment!}</span></h4>
                     <!--<h4><span class="address">长春-南关 五险一金 周末双休</span></h4>-->
                     <!--<h5>长春动画学院</h5>-->
-                    <h5>${bean.author!}</h5>
+                    <h5>${bean.address} ${bean.experience_and_education}</h5>
                     <!--<p>民营教育企业&nbsp;&nbsp;|&nbsp;&nbsp;20-99人</p>-->
-                    <p style="height: 20px !important;
-                        overflow:hidden !important;
-                        text-overflow: ellipsis !important;
-                        -webkit-line-clamp: 1 !important;
-                        display: -webkit-box !important;
-                        -webkit-box-orient: vertical !important;">${bean.description!}</p>
+<!--                    <p style="height: 20px !important;-->
+<!--                        overflow:hidden !important;-->
+<!--                        text-overflow: ellipsis !important;-->
+<!--                        -webkit-line-clamp: 1 !important;-->
+<!--                        display: -webkit-box !important;-->
+<!--                        -webkit-box-orient: vertical !important;">${bean.experience_and_education!}</p>-->
                 </a>
 
                 <!--<li aos="fade-up" aos-duration="500">-->
@@ -302,43 +302,6 @@
                     <!--<a class="more">查看详细</a>-->
                 <!--</li>-->
             </#cms_content_list>
-
-            <!--<a class="yzgw_list_div" aos="fade-up">-->
-                <!--<h1>动画学院行政<b>5K-8K</b></h1>-->
-                <!--<h4><span class="address">长春-南关</span><span>五险一金</span><span>周末双休</span></h4>-->
-                <!--<h5>长春动画学院</h5>-->
-                <!--<p>民营教育企业&nbsp;&nbsp;|&nbsp;&nbsp;20-99人</p>-->
-            <!--</a>-->
-            <!--<a class="yzgw_list_div" aos="fade-up">-->
-                <!--<h1>动画学院行政<b>5K-8K</b></h1>-->
-                <!--<h4><span class="address">长春-南关</span><span>五险一金</span><span>周末双休</span></h4>-->
-                <!--<h5>长春动画学院</h5>-->
-                <!--<p>民营教育企业&nbsp;&nbsp;|&nbsp;&nbsp;20-99人</p>-->
-            <!--</a>-->
-            <!--<a class="yzgw_list_div" aos="fade-up">-->
-                <!--<h1>动画学院行政<b>5K-8K</b></h1>-->
-                <!--<h4><span class="address">长春-南关</span><span>五险一金</span><span>周末双休</span></h4>-->
-                <!--<h5>长春动画学院</h5>-->
-                <!--<p>民营教育企业&nbsp;&nbsp;|&nbsp;&nbsp;20-99人</p>-->
-            <!--</a>-->
-            <!--<a class="yzgw_list_div" aos="fade-up">-->
-                <!--<h1>动画学院行政<b>5K-8K</b></h1>-->
-                <!--<h4><span class="address">长春-南关</span><span>五险一金</span><span>周末双休</span></h4>-->
-                <!--<h5>长春动画学院</h5>-->
-                <!--<p>民营教育企业&nbsp;&nbsp;|&nbsp;&nbsp;20-99人</p>-->
-            <!--</a>-->
-            <!--<a class="yzgw_list_div" aos="fade-up">-->
-                <!--<h1>动画学院行政<b>5K-8K</b></h1>-->
-                <!--<h4><span class="address">长春-南关</span><span>五险一金</span><span>周末双休</span></h4>-->
-                <!--<h5>长春动画学院</h5>-->
-                <!--<p>民营教育企业&nbsp;&nbsp;|&nbsp;&nbsp;20-99人</p>-->
-            <!--</a>-->
-            <!--<a class="yzgw_list_div" aos="fade-up">-->
-                <!--<h1>动画学院行政<b>5K-8K</b></h1>-->
-                <!--<h4><span class="address">长春-南关</span><span>五险一金</span><span>周末双休</span></h4>-->
-                <!--<h5>长春动画学院</h5>-->
-                <!--<p>民营教育企业&nbsp;&nbsp;|&nbsp;&nbsp;20-99人</p>-->
-            <!--</a>-->
         </div>
     </div>
     <!--优质岗位展示 开始-->

+ 2 - 25
src/main/resources/templates/www/tuiyijunren/list-dpsg.html

@@ -7,38 +7,15 @@
 		let arr = post_str.replace(/ /g,"").replace(/,/g," | ");
 		$("#"+id).html(arr);
 	}
-
-	function showState(categoryName, state, id, aId, href){
-		//state == true  为已经登录
-		var html = $("#"+id);
-		if(state){
-			console.log("用户已经登陆")
-			var link = $("<a>", {
-				href: href, // 设置链接的href属性
-				text: categoryName, // 设置链接的文本
-				id: aId // 可选:添加一个ID
-			});
-			html.append(link);
-		}else{
-			console.log("用户未登录")
-			if("招聘信息" !== categoryName && "优质岗位" !== categoryName){
-				var link = $("<a>", {
-					href: href, // 设置链接的href属性
-					text: categoryName, // 设置链接的文本
-					id: aId // 可选:添加一个ID
-				});
-				html.append(link);
-			}
-		}
-	}
 </script>
+<script src="${ctxPath}/static/js/register/jyxx.js"></script>
 <div class="er_content clearfix">
 	<div class="er_left fl">
 		<div class="er_nav">
 			<h4>就业信息</h4>
 			<span id="${site.siteId}"></span>
 			<#cms_category_list  siteId="${site.siteId}" categoryId="1218" isNav="0" var="bean">
-			<script>showState("${bean.categoryName}", ${showState}, "${site.siteId}", "${bean.categoryId}", "${frontPath}/${site.siteId}/${bean.categoryId}.html")</script>
+			<script>showStateFunc("${bean.categoryName}", showState, "${site.siteId}", "${bean.categoryId}", "${frontPath}/${site.siteId}/${bean.categoryId}.html")</script>
 			</#cms_category_list>
 		</div>
 	</div>

+ 2 - 26
src/main/resources/templates/www/tuiyijunren/list-jyxx.html

@@ -6,31 +6,7 @@
         display: none;
     }
 </style>
-<script>
-	function showState(categoryName, state, id, aId, href){
-		//state == true  为已经登录
-		var html = $("#"+id);
-        if(state){
-            console.log("用户已经登陆")
-            var link = $("<a>", {
-                href: href, // 设置链接的href属性
-                text: categoryName, // 设置链接的文本
-                id: aId // 可选:添加一个ID
-            });
-            html.append(link);
-        }else{
-            console.log("用户未登录")
-            if("招聘信息" !== categoryName && "优质岗位" !== categoryName){
-                var link = $("<a>", {
-                    href: href, // 设置链接的href属性
-                    text: categoryName, // 设置链接的文本
-                    id: aId // 可选:添加一个ID
-                });
-                html.append(link);
-            }
-        }
-	}
-</script>
+<script src="${ctxPath}/static/js/register/jyxx.js"></script>
 <!--中间内容开始-->
 <div class="er_content clearfix">
 	<div class="er_left fl">
@@ -38,7 +14,7 @@
 			<h4>就业信息</h4>
 			<span id="${site.siteId}"></span>
 			<#cms_category_list  siteId="${site.siteId}" categoryId="1218" isNav="0" var="bean">
-				<script>showState("${bean.categoryName}", ${showState}, "${site.siteId}", "${bean.categoryId}", "${frontPath}/${site.siteId}/${bean.categoryId}.html")</script>
+				<script>showStateFunc("${bean.categoryName}", showState, "${site.siteId}", "${bean.categoryId}", "${frontPath}/${site.siteId}/${bean.categoryId}.html")</script>
 			</#cms_category_list>
 		</div>
 	</div>

+ 47 - 0
src/main/resources/templates/www/tuiyijunren/list-seek.html

@@ -0,0 +1,47 @@
+<!--头部开始-->
+@includeFileTemplate("/www/tuiyijunren/include/header.html"){}
+<!--头部结束-->
+<!--中间内容开始-->
+<div class="content wid1200"> 
+	<div class="zixun">
+		<!-- 就业咨询 -->
+		@if(categoryId == 1252){
+			<h1><img src="${resPath}/tuiyijunren/images/zx-49.png"/>就业咨询</h1>
+		@}else if(categoryId == 1253){
+			<h1><img src="${resPath}/tuiyijunren/images/zx-50.png"/>创业咨询</h1>
+		@}else{
+			<h1><img src="${resPath}/tuiyijunren/images/zx-51.png"/>其他咨询</h1>
+		@}
+		<dl>
+			<#cms_pagination siteId="${site.siteId}" categoryId="${categoryId}" page="${page}" moreNum="6" var="page">
+				<#cms_content_list siteId="${site.siteId}" categoryId="${categoryId}" orderBy="3" isHot="0" hasChild="0" isRecommend="0" size="12" titleLen="24" var="bean" pageNumber="${page.current}">
+					<a href="${bean.url!}">
+						<dd>
+							<div class="teacher">
+								<div class="ls-pic"><img src="${bean.thumb!}"/></div>
+								<div class="ls-name">
+									<h4>${bean.title!}</h4>
+									<span>电话:${bean.keywords!}</span>
+									<span>微信:${bean.wx!}</span>
+								</div>
+							</div>
+							<div class="ls-cont">
+								<p>${bean.description!}</p>
+							</div>
+						</dd>
+					</a>
+				</#cms_content_list>
+			</#cms_pagination>
+		</dl>
+		<div class="fenye">
+			@includeFileTemplate("/www/tuiyijunren/include/page.html"){}
+		</div>
+	</div>
+</div>
+<!--中间内容结束-->
+<!--底部开始-->
+@includeFileTemplate("/www/tuiyijunren/include/footer.html"){}
+<!--底部结束-->
+
+</body>
+</html>

+ 3 - 24
src/main/resources/templates/www/tuiyijunren/list-yzgw.html

@@ -28,37 +28,16 @@
     function renderExperienceAndEducation(experienceAndEducation) {
         return "&nbsp;&nbsp"+experienceAndEducation.replaceAll("/","&nbsp;&nbsp;");
     }
-    function showState(categoryName, state, id, aId, href){
-        //state == true  为已经登录
-        var html = $("#"+id);
-        if(state){
-            console.log("用户已经登陆")
-            var link = $("<a>", {
-                href: href, // 设置链接的href属性
-                text: categoryName, // 设置链接的文本
-                id: aId // 可选:添加一个ID
-            });
-            html.append(link);
-        }else{
-            console.log("用户未登录")
-            if("招聘信息" !== categoryName && "优质岗位" !== categoryName){
-                var link = $("<a>", {
-                    href: href, // 设置链接的href属性
-                    text: categoryName, // 设置链接的文本
-                    id: aId // 可选:添加一个ID
-                });
-                html.append(link);
-            }
-        }
-    }
+
 </script>
+<script src="${ctxPath}/static/js/register/jyxx.js"></script>
 <div class="er_content clearfix">
     <div class="er_left fl">
         <div class="er_nav">
             <h4>就业信息</h4>
             <span id="${site.siteId}"></span>
             <#cms_category_list  siteId="${site.siteId}" categoryId="1223" isNav="0" var="bean">
-                <script>showState("${bean.categoryName}", ${showState}, "${site.siteId}", "${bean.categoryId}", "${frontPath}/${site.siteId}/${bean.categoryId}.html")</script>
+                <script>showStateFunc("${bean.categoryName}", showState, "${site.siteId}", "${bean.categoryId}", "${frontPath}/${site.siteId}/${bean.categoryId}.html")</script>
             </#cms_category_list>
         </div>
     </div>

+ 2 - 3
src/main/resources/templates/www/tuiyijunren/list-zsrz.html

@@ -20,9 +20,8 @@
                     <div><p>证书类别</p>:</div>
                     <select id="certificateType" name="certificateType" class="sel">
                         <option value="0">请选择证书类别</option>
-                        <option value="1248">证书类别A</option>
-                        <option value="1249">证书类别B</option>
-                        <option value="1250">证书类别C</option>
+                        <option value="1248">创业导师证书</option>
+                        <option value="1249">培训合格证书</option>
                     </select>
                 </li>
                 <li>

+ 81 - 0
src/main/resources/templates/www/tuiyijunren/list-zx.html

@@ -0,0 +1,81 @@
+<!--头部开始-->
+@includeFileTemplate("/www/tuiyijunren/include/header.html"){}
+<!--头部结束-->
+<!--中间内容开始-->
+<div class="content wid1200"> 
+	<div class="zixun">
+		<!-- 就业咨询 -->
+		<h1><img src="${resPath}/tuiyijunren/images/zx-49.png"/>就业咨询</h1>
+		<dl>
+			<#cms_content_list siteId="${site.siteId}" categoryId="1252" orderBy="2" isHot="0" hasChild="0" isRecommend="0" size="3" titleLen="24" var="bean">
+				<a href="${bean.url!}">
+					<dd>
+						<div class="teacher">
+							<div class="ls-pic"><img src="${bean.thumb!}"/></div>
+							<div class="ls-name">
+								<h4>${bean.title!}</h4>
+								<span>电话:${bean.keywords!}</span>
+								<span>微信:${bean.wx!}</span>
+							</div>
+						</div>
+						<div class="ls-cont">
+							<p>${bean.description!}</p>
+						</div>
+					</dd>
+				</a>
+			</#cms_content_list>
+		</dl>
+		<a class="more-ls" href="${frontPath}/${site.siteId}/1252.html">更多咨询老师</a>
+		<!-- 创业咨询 -->
+		<h1><img src="${resPath}/tuiyijunren/images/zx-50.png"/>创业咨询</h1>
+		<dl>
+			<#cms_content_list siteId="${site.siteId}" categoryId="1253" orderBy="2" isHot="0" hasChild="0" isRecommend="0" size="3" titleLen="24" var="bean">
+				<a href="${bean.url!}">
+					<dd>
+						<div class="teacher">
+							<div class="ls-pic"><img src="${bean.thumb!}"/></div>
+							<div class="ls-name">
+								<h4>${bean.title!}</h4>
+								<span>电话:${bean.keywords!}</span>
+								<span>微信:${bean.wx!}</span>
+							</div>
+						</div>
+						<div class="ls-cont">
+							<p>${bean.description!}</p>
+						</div>
+					</dd>
+				</a>
+			</#cms_content_list>
+		</dl>
+		<a class="more-ls" href="${frontPath}/${site.siteId}/1253.html">更多咨询老师</a>
+		<!-- 其他咨询 -->
+		<h1><img src="${resPath}/tuiyijunren/images/zx-51.png"/>其他咨询</h1>
+		<dl>
+			<#cms_content_list siteId="${site.siteId}" categoryId="1254" orderBy="2" isHot="0" hasChild="0" isRecommend="0" size="3" titleLen="24" var="bean">
+				<a href="${bean.url!}">
+					<dd>
+						<div class="teacher">
+							<div class="ls-pic"><img src="${bean.thumb!}"/></div>
+							<div class="ls-name">
+								<h4>${bean.title!}</h4>
+								<span>电话:${bean.keywords!}</span>
+								<span>微信:${bean.wx!}</span>
+							</div>
+						</div>
+						<div class="ls-cont">
+							<p>${bean.description!}</p>
+						</div>
+					</dd>
+				</a>
+			</#cms_content_list>
+		</dl>
+		<a class="more-ls" href="${frontPath}/${site.siteId}/1254.html">更多咨询老师</a>
+	</div>
+</div>
+<!--中间内容结束-->
+<!--底部开始-->
+@includeFileTemplate("/www/tuiyijunren/include/footer.html"){}
+<!--底部结束-->
+
+</body>
+</html>

+ 3 - 11
src/main/resources/templates/www/tuiyijunren/register.html

@@ -122,16 +122,8 @@
     </p>
     <input type="button" value="申请注册" class="sqzc"/>
 </div>
-
-<div class="footer wid1200">
-    <div class="text">
-        <p>主办单位:吉林省退役军人就业创业促进会</p>
-        <p>运维单位:吉林省中启未来国际教育集团有限公司</p>
-    </div>
-    <div class="text">
-        <p>邮箱:tuiyi24&#64;163.com&nbsp;&nbsp;&nbsp;地址:吉林省长春市南关区自由大路5555x号</p>
-        <p>备案号:吉ICP备14001xxx号-1</p>
-    </div>
-</div>
+<!--底部开始-->
+@includeFileTemplate("/www/tuiyijunren/include/footer.html"){}
+<!--底部结束-->
 </body>
 </html>