|
@@ -342,7 +342,7 @@
|
|
|
<img th:if="${plsdemand.pictureUrl}!=null" th:src="${avatarUploadHost+plsdemand.pictureUrl}" alt="">
|
|
<img th:if="${plsdemand.pictureUrl}!=null" th:src="${avatarUploadHost+plsdemand.pictureUrl}" alt="">
|
|
|
</div>
|
|
</div>
|
|
|
<div class="imgRight">
|
|
<div class="imgRight">
|
|
|
- <h5 th:text="${plsdemand.employerName}"></h5>
|
|
|
|
|
|
|
+ <h5 th:text="${plsdemand.name}"></h5>
|
|
|
<p th:text="${plsdemand.problemDes}"></p>
|
|
<p th:text="${plsdemand.problemDes}"></p>
|
|
|
<span th:if="${plsdemand.industryCategory1}!=null" th:text="${plsdemand.industryCategory1}"></span>
|
|
<span th:if="${plsdemand.industryCategory1}!=null" th:text="${plsdemand.industryCategory1}"></span>
|
|
|
<span th:if="${plsdemand.industryCategory2}!=null" th:text="${plsdemand.industryCategory2}"></span>
|
|
<span th:if="${plsdemand.industryCategory2}!=null" th:text="${plsdemand.industryCategory2}"></span>
|