Commit 033464a0 authored by hongguangwu's avatar hongguangwu

1.7.20-税友优化徽州区

parent 956098f8
...@@ -639,7 +639,7 @@ public class SocialFriendConfig { ...@@ -639,7 +639,7 @@ public class SocialFriendConfig {
JSONObject cbrymdOne; JSONObject cbrymdOne;
String gj = "中国"; String gj = "中国";
String areaName = "安徽省|黄山市|徽州区|徽州区徽州街道|徽州街道文峰社区"; String areaName = "安徽省|黄山市|徽州区";
String hkxz = "本地居民户口"; String hkxz = "本地居民户口";
JSONObject jyxx; JSONObject jyxx;
...@@ -699,7 +699,6 @@ public class SocialFriendConfig { ...@@ -699,7 +699,6 @@ public class SocialFriendConfig {
blxmlbArr = new JSONArray(); blxmlbArr = new JSONArray();
blxmlbOne = new JSONObject(); blxmlbOne = new JSONObject();
// 险种类型 例如养老、工伤、医疗等 // 险种类型 例如养老、工伤、医疗等
xzlb = "企业职工养老,工伤保险,失业保险";
if (type > 2) { if (type > 2) {
xzlb = null; xzlb = null;
// 2025-12-8 10:30:50 mvp1.7.18-shuiyou分支, // 2025-12-8 10:30:50 mvp1.7.18-shuiyou分支,
...@@ -722,6 +721,10 @@ public class SocialFriendConfig { ...@@ -722,6 +721,10 @@ public class SocialFriendConfig {
xzlb = "大额医疗"; xzlb = "大额医疗";
} }
} }
// 险种类型 徽州区社保不用传
if (Common.isNotNull(xzlb)) {
blxmlbOne.put("xzlb", xzlb.split(","));
}
} }
// 办理项目 // 办理项目
blxmlbOne.put("blxm", blxm); blxmlbOne.put("blxm", blxm);
...@@ -730,10 +733,7 @@ public class SocialFriendConfig { ...@@ -730,10 +733,7 @@ public class SocialFriendConfig {
// 申报工资 社保派单里的“备案基数” // 申报工资 社保派单里的“备案基数”
blxmlbOne.put("sbgz", vo.getRecordBase()); blxmlbOne.put("sbgz", vo.getRecordBase());
// 险种类型 例如养老、工伤、医疗等
if (Common.isNotNull(xzlb)) {
blxmlbOne.put("xzlb", xzlb.split(","));
}
blxmlbArr.add(blxmlbOne); blxmlbArr.add(blxmlbOne);
cbrymdOne.put("blxmlb", blxmlbArr); cbrymdOne.put("blxmlb", blxmlbArr);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment