瀏覽代碼

项目列表修改

anderx 1 年之前
父節點
當前提交
633644e3c2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/goafanti/business/service/impl/BusinessProjectServiceImpl.java

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