Antiloveg 8 years ago
parent
commit
37fdcf810e

+ 0 - 3
src/main/java/com/goafanti/common/controller/PortalController.java

@@ -81,9 +81,6 @@ public class PortalController extends BaseController {
 						industryCategory += (a ? s.getIndustryCategoryAS() : "") + (a && b ? DELIMITER : "")
 								+ (b ? s.getIndustryCategoryBS() : "");
 						s.setIndustryCategory(industryCategory);
-						if (!s.getBudgetCost().equals(null)) {
-							s.setBudgetCostS(s.getBudgetCostS() + UNIT);
-						}
 					}
 
 				}

+ 1 - 1
src/main/webapp/WEB-INF/views/portal/detail/demandDetail.html

@@ -133,7 +133,7 @@
 					<span class="detial_sub_icon"> <img
 						th:src="${portalHost + '/img/demand_ico_3.png'}" alt="预算" />
 					</span> <span class="detial_sub_title"> 预算: </span> <span
-						class="money_text" th:text="${similar.budgetCostS}">
+						class="money_text" th:text="${similar.budgetCost + '万元'}">
 						10000000元 </span>
 				</div>
 				<div class="detial_sub">