Browse Source

项目详情页面信息修改

anderx 7 years ago
parent
commit
0ca7ce08d9

+ 1 - 1
src/main/java/com/goafanti/order/service/impl/OrderServiceImpl.java

@@ -1574,7 +1574,7 @@ public class OrderServiceImpl extends BaseMybatisDao<TOrderMapper> implements Or
 		tOrder.setOrderChannel(OrderChannel.PORTAL.getCode());
 		tOrder.setApproval(ApprovalState.NORMAL.getCode());
 		
-			tOrder.setSalesmanId(getSalesmanIdByUid(TokenManager.getAdminId()));			
+		tOrder.setSalesmanId(getSalesmanIdByUid(TokenManager.getAdminId()));			
 		
 		tOrder.setOrderRemarks(remarks);
 		tOrder.setContractType(bo.getCommodityClassify());

+ 3 - 5
src/main/webapp/WEB-INF/views/portal/service/projectDetails.html

@@ -15,12 +15,10 @@
 		<div id="counselor_title">
 			<div class="line"></div>
 			<div class="zi">
-				>
-                <a href="#">技术交易</a>
                 >
-                <a href="#">技术专利</a>
+                <a href="#">服务项目</a>
                 >
-                <a href="#" class="a_detail">专利详情</a>
+                <a href="#" class="a_detail">服务详情</a>
 			</div>
 		</div>
 		<div id='det_content'>
@@ -85,7 +83,7 @@
 				<div class="fine">
                     <div class="fine_title">推荐项目</div>
                     <div class="pointer" th:each="recommend:${recommend}">
-                        <img  th:src="${portalHost+recommend.minLogoUrl}" alt=""/>
+                        <img  th:src="${recommend.minLogoUrl}!=null?${portalHost+recommend.minLogoUrl}:${avatarUploadHost+ '/default/zhuanliimg_null.png'}" alt=""/>
                         <p th:text="${recommend.name}"></p>
                         <input type="hidden" th:isInterester="${recommend.id}" id="projectId">
                     </div>