|
|
@@ -260,13 +260,15 @@ public class AppIrsManage { |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* 如果是市本级的 结尾改成01 |
|
|
|
* 如果是市本级的 结尾改成01 还要转换开发区的code |
|
|
|
* @param areaCode |
|
|
|
* @return |
|
|
|
*/ |
|
|
|
private String convertAreaCode(String areaCode) { |
|
|
|
if(RegionConst.RC_LS.equals(areaCode)){ |
|
|
|
return RegionConst.RC_LS_SBJ_IRS; |
|
|
|
}else if(RegionConst.LS_KF.equals(areaCode)){ |
|
|
|
return RegionConst.LS_KF_IRS; |
|
|
|
} |
|
|
|
return areaCode; |
|
|
|
} |
|
|
|