Antiloveg 8 years ago
parent
commit
2d4f72236a

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

@@ -100,7 +100,7 @@
   		from demand_keyword dk 
   		left join demand d on d.id = dk.demand_id
   		where d.audit_status = 3 and d.deleted_sign = 0 and dk.keyword in
-	  		<foreach item="item" collection="index" open="(" separator="," close=")">
+	  		<foreach item="item" collection="keywords" open="(" separator="," close=")">
 	            #{item}
 	        </foreach> 
         group by dk.demand_id

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

@@ -6,7 +6,7 @@
 	<title>首页</title>
 	<link href="//cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
 	<link th:href="${staticDomain + '/portal/css/style.css'}" rel="stylesheet" />
-	<link th:href="${staticDomain + '/pottal/css/index.css'}" rel="stylesheet" />
+	<link th:href="${staticDomain + '/portal/css/index.css'}" rel="stylesheet" />
 </head>
 <body>
 	<header>