anderx 1 год назад
Родитель
Сommit
633644e3c2

+ 1 - 1
src/main/java/com/goafanti/business/service/impl/BusinessProjectServiceImpl.java

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