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