소스 검색

修改广告业跳转

anderx 7 년 전
부모
커밋
1ed55e0ee8

+ 1 - 1
src/main/java/com/goafanti/common/controller/WebpageController.java

@@ -293,7 +293,7 @@ public class WebpageController extends BaseController {
 	public ModelAndView portalPracticalPatent(HttpServletRequest request, ModelAndView modelview) {
 		JtBusinessCategory bc1=jtBusinessService.getBusinessCategoryByLayerAndName(2, "发明专利");
 		JtBusinessCategory bc2=jtBusinessService.getBusinessCategoryByLayerAndName(2, "商标注册");
-		JtBusinessCategory bc3=jtBusinessService.getBusinessCategoryByLayerAndName(2, "软件著作权");
+		JtBusinessCategory bc3=jtBusinessService.getBusinessCategoryByLayerAndName(2, "软著申请");
 		modelview.addObject("gqc1", bc1);
 		modelview.addObject("gqc2", bc2);
 		modelview.addObject("gqc3", bc3);

+ 1 - 1
src/main/webapp/WEB-INF/views/portal/practicalPatent.html

@@ -85,7 +85,7 @@
                     </div>
                 </li>
                 <li>
-                    <p>软件著作权</p>
+                    <p>软著申请</p>
                     <div>
                         <img th:src="${portalHost+'/img/advertisement/practicalPatent_33.png'}" alt="">
                         <p><a th:href="${gqc3}==null?@{/portal/service/patentList}:@{/portal/service/patentList(secondId=${gqc3.id})}">了解详情</a></p>