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