albertshaw 8 yıl önce
ebeveyn
işleme
5a14657587

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

@@ -98,7 +98,7 @@ public class PortalController extends BaseController {
 						s.setIndustryCategory((hasCategoryA ? s.getIndustryCategoryAS() : "")
 								+ (hasCategoryA && hasCategoryB ? DELIMITER : "")
 								+ (hasCategoryB ? s.getIndustryCategoryBS() : ""));
-						if (null != s.getBudgetCost() || s.getBudgetCost().compareTo(BigDecimal.ZERO) > 0) {
+						if (null != s.getBudgetCost() && s.getBudgetCost().compareTo(BigDecimal.ZERO) > 0) {
 							s.setBudgetCostS(s.getBudgetCost() + UNIT);
 						} else {
 							s.setBudgetCostS(PRICE_NEGOTIABLE);

Dosya farkı çok büyük olduğundan ihmal edildi
+ 1 - 1
src/main/webapp/WEB-INF/views/common.html