liliang4869 лет назад: 7
Родитель
Сommit
0c4275daf8

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

@@ -746,7 +746,9 @@
 			a.create_time as createTime,
 			a.release_date as releaseDate,
 			a.budget_cost as budgetCost,
-			b.identify_name as employerName
+			b.identify_name as employerName.
+			a.is_hot as isHot,
+			a.is_urgent as isUrgent
 		from demand a left join user b on a.employer_id = b.id 
 		where a.deleted_sign = 0
 		<if test="employerId != null">

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

@@ -252,7 +252,7 @@
 									  <span class="talents" th:case='4' th:text="地区产业需求"></span>
 									   <span class="talents" th:case='5' th:text="技术人才需求"></span>
 									<span th:text="${h3.name}"></span>	
-							<span class="colorOrange" th:if="${h3.researchType}==null and ${h3.demand}==3">用途:未知</span>
+							<span class="colorOrange" th:if="${h3.researchType}==null and ${h3.demandType}==3">用途:未知</span>
 									<span class="colorOrange" th:if="${h3.demandType}==3 and ${h3.researchType}!=null" th:text="${h3.researchType}==0?'用途:研发':'用途:扩大再生产'"></span>
 											<span class="colorOrange" th:if="${h3.demandType}==5" th:text="${h3.fundForPersonnel}==null?'人才:¥0.00元/月':${'人才:¥'+h3.fundForPersonnel+'元/月'}"></span>
 									<span class="colorOrange" th:if="${h3.demandType}==3" th:text="${'期望资金:¥'+h3.fundForCrowd+'万'}"></span>