ソースを参照

SEO加流量监控

anderx 7 年 前
コミット
a0e783dd58
共有2 個のファイルを変更した6 個の追加3 個の削除を含む
  1. 1 1
      src/main/java/com/goafanti/common/mapper/AchievementMapper.xml
  2. 5 2
      src/main/webapp/WEB-INF/views/common.html

+ 1 - 1
src/main/java/com/goafanti/common/mapper/AchievementMapper.xml

@@ -1313,7 +1313,7 @@ order by release_date limit #{0}
        and	a.release_date <![CDATA[ >= ]]> #{startDate,jdbcType=TIMESTAMP}
 	</if>
 	<if test="endDate != null">
-	   and  a.release_date <![CDATA[ =< ]]> #{endDate,jdbcType=TIMESTAMP}
+	   and  a.release_date <![CDATA[ <= ]]> #{endDate,jdbcType=TIMESTAMP}
 	</if>
 	order by a.release_date desc
 	<if test="page_sql!=null">

+ 5 - 2
src/main/webapp/WEB-INF/views/common.html

@@ -8,12 +8,15 @@
 <!--   <link rel="icon" th:href="${portalHost+'/img/ico_logo.ico'}" /> -->
   <link rel="icon" type="image/png" th:href="${portalHost+'/img/ico_logo.png'}" sizes="16x16">
 
-  <meta name="Keywords" content=""/>
-	<meta name="Description" content=""/>
+  <meta name="Keywords" content="高新技术企业认定_双软评估_军工认证_知识产权贯标_知识产权转移_科德"/>
+	<meta name="Description" content="科德信息咨询有限公司17年来专注于国家高新技术企业认定,知识产权贯标,知识产权转移,双软评估,
+体系认证,专利申请,军工三证,工程技术研究中心,创新小巨人等湖南省市科技项目申报、
+成果转化的信息咨询旗舰企业,获得政府部门权威认证的咨询服务机构."/>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="X-UA-Compatible" content="ie=edge">
     <th:block th:replace="${link}" />
     <title></title>
+    <script src="https://s13.cnzz.com/z_stat.php?id=1274328485&web_id=1274328485" language="JavaScript"></script>
 </head>