|
|
@@ -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);
|