diff --git a/src/com/engine/salary/mapper/siaccount/InsuranceAccountDetailMapper.xml b/src/com/engine/salary/mapper/siaccount/InsuranceAccountDetailMapper.xml
index 925718b0b..a11e75acc 100644
--- a/src/com/engine/salary/mapper/siaccount/InsuranceAccountDetailMapper.xml
+++ b/src/com/engine/salary/mapper/siaccount/InsuranceAccountDetailMapper.xml
@@ -1141,6 +1141,27 @@
+
+
+
+ when id=#{item.id} then #{item.socialPaymentComBaseString}
+
+
+
+
+
+
+ when id=#{item.id} then #{item.fundPaymentComBaseString}
+
+
+
+
+
+
+ when id=#{item.id} then #{item.otherPaymentComBaseString}
+
+
+
diff --git a/src/com/engine/salary/mapper/siarchives/FundSchemeMapper.xml b/src/com/engine/salary/mapper/siarchives/FundSchemeMapper.xml
index afdde68a1..750d36814 100644
--- a/src/com/engine/salary/mapper/siarchives/FundSchemeMapper.xml
+++ b/src/com/engine/salary/mapper/siarchives/FundSchemeMapper.xml
@@ -285,6 +285,13 @@
+
+
+
+ when id=#{item.id} then #{item.fundPaymentComBaseString}
+
+
+
diff --git a/src/com/engine/salary/mapper/siarchives/OtherSchemeMapper.xml b/src/com/engine/salary/mapper/siarchives/OtherSchemeMapper.xml
index 12adf7fb4..7885d7358 100644
--- a/src/com/engine/salary/mapper/siarchives/OtherSchemeMapper.xml
+++ b/src/com/engine/salary/mapper/siarchives/OtherSchemeMapper.xml
@@ -275,6 +275,13 @@
+
+
+
+ when id=#{item.id} then #{item.otherPaymentComBaseString}
+
+
+
diff --git a/src/com/engine/salary/mapper/siarchives/SocialSchemeMapper.xml b/src/com/engine/salary/mapper/siarchives/SocialSchemeMapper.xml
index 79562932f..14bc0be8e 100644
--- a/src/com/engine/salary/mapper/siarchives/SocialSchemeMapper.xml
+++ b/src/com/engine/salary/mapper/siarchives/SocialSchemeMapper.xml
@@ -929,6 +929,13 @@
+
+
+
+ when id=#{item.id} then #{item.socialPaymentComBaseString}
+
+
+