@@ -43,7 +43,7 @@ public class BusinessProjectServiceImpl extends BaseMybatisDao<BusinessProjectMa
bp.setCid(cid);
bp.setCountry(country);
bp.setType(0);
- if (1!=Integer.valueOf(country)) {
+ if (1!=Integer.parseInt(country)) {
bp.setProvince(province);
bp.setCity(city);
bp.setDistrict(district);