Commit 0fe5b8f6 authored by hongguangwu's avatar hongguangwu

1.7.23-银企

parent c2ddb824
...@@ -1025,6 +1025,18 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn ...@@ -1025,6 +1025,18 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn
} else if ("特殊事件".equals(main.getFdAttaName())) { } else if ("特殊事件".equals(main.getFdAttaName())) {
wxNoPre = "TSSJZC"; wxNoPre = "TSSJZC";
tableName = "ekp_9cbf48fc1614c46835ef"; tableName = "ekp_9cbf48fc1614c46835ef";
} else if ("工程预缴税金".equals(main.getFdAttaName())) {
wxNoPre = "GCYJSJ";
tableName = "ekp_project_prepay_tax_table";
} else if ("工资暂停发".equals(main.getFdAttaName())) {
wxNoPre = "GZZTF";
tableName = "ekp_f25802643694caf8659f";
} else if ("企业年金".equals(main.getFdAttaName())) {
wxNoPre = "QYNJ";
tableName = "ekp_8203e77b3c44ec88893e";
} else if ("政策费用".equals(main.getFdAttaName())) {
wxNoPre = "ZCFYZC";
tableName = "ekp_c291b05daad4446a1733";
} }
title = main.getFdAttaName(); title = main.getFdAttaName();
} }
...@@ -1151,6 +1163,14 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn ...@@ -1151,6 +1163,14 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn
wxNoPre = "DWDKZC"; wxNoPre = "DWDKZC";
} else if ("特殊事件".equals(main.getFdAttaName())) { } else if ("特殊事件".equals(main.getFdAttaName())) {
wxNoPre = "TSSJZC"; wxNoPre = "TSSJZC";
} else if ("工程预缴税金".equals(main.getFdAttaName())) {
wxNoPre = "GCYJSJ";
} else if ("工资暂停发".equals(main.getFdAttaName())) {
wxNoPre = "GZZTF";
} else if ("企业年金".equals(main.getFdAttaName())) {
wxNoPre = "QYNJ";
} else if ("政策费用".equals(main.getFdAttaName())) {
wxNoPre = "ZCFYZC";
} }
title = main.getFdAttaName(); title = main.getFdAttaName();
} }
......
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