diff --git a/src/com/engine/salary/mapper/siaccount/InsuranceAccountDetailMapper.xml b/src/com/engine/salary/mapper/siaccount/InsuranceAccountDetailMapper.xml
index fceba82f8..788bf39cc 100644
--- a/src/com/engine/salary/mapper/siaccount/InsuranceAccountDetailMapper.xml
+++ b/src/com/engine/salary/mapper/siaccount/InsuranceAccountDetailMapper.xml
@@ -476,48 +476,48 @@
com_sum,social_sum,fund_sum,other_sum,total,creator,create_time,update_time,delete_type,tenant_key,payment_organization)
select
- #{item.employeeId},
- #{item.billMonth},
- #{item.billStatus},
- #{item.paymentStatus},
- #{item.supplementaryMonth},
- #{item.resourceFrom},
- #{item.socialPayOrg},
- #{item.socialAccount},
- #{item.socialSchemeId},
- #{item.socialPaymentBaseString},
- #{item.fundPayOrg},
- #{item.fundAccount},
- #{item.supplementFundAccount},
- #{item.fundSchemeId},
- #{item.fundPaymentBaseString},
- #{item.otherPayOrg},
- #{item.otherSchemeId},
- #{item.otherPaymentBaseString},
- #{item.socialPerJson},
- #{item.socialPerSum},
- #{item.fundPerJson},
- #{item.fundPerSum},
- #{item.otherPerJson},
- #{item.otherPerSum},
- #{item.perSum},
- #{item.socialComJson},
- #{item.socialComSum},
- #{item.fundComJson},
- #{item.fundComSum},
- #{item.otherComJson},
- #{item.otherComSum},
- #{item.comSum},
- #{item.socialSum},
- #{item.fundSum},
- #{item.otherSum},
- #{item.total},
- #{item.creator},
+ #{item.employeeId,jdbcType=DOUBLE},
+ #{item.billMonth,jdbcType=VARCHAR},
+ #{item.billStatus,jdbcType=INTEGER},
+ #{item.paymentStatus,jdbcType=INTEGER},
+ #{item.supplementaryMonth,jdbcType=VARCHAR},
+ #{item.resourceFrom,jdbcType=INTEGER},
+ #{item.socialPayOrg,jdbcType=DOUBLE},
+ #{item.socialAccount,jdbcType=VARCHAR},
+ #{item.socialSchemeId,jdbcType=DOUBLE},
+ #{item.socialPaymentBaseString,jdbcType=VARCHAR},
+ #{item.fundPayOrg,jdbcType=DOUBLE},
+ #{item.fundAccount,jdbcType=VARCHAR},
+ #{item.supplementFundAccount,jdbcType=VARCHAR},
+ #{item.fundSchemeId,jdbcType=DOUBLE},
+ #{item.fundPaymentBaseString,jdbcType=VARCHAR},
+ #{item.otherPayOrg,jdbcType=DOUBLE},
+ #{item.otherSchemeId,jdbcType=DOUBLE},
+ #{item.otherPaymentBaseString,jdbcType=VARCHAR},
+ #{item.socialPerJson,jdbcType=VARCHAR},
+ #{item.socialPerSum,jdbcType=VARCHAR},
+ #{item.fundPerJson,jdbcType=VARCHAR},
+ #{item.fundPerSum,jdbcType=VARCHAR},
+ #{item.otherPerJson,jdbcType=VARCHAR},
+ #{item.otherPerSum,jdbcType=VARCHAR},
+ #{item.perSum,jdbcType=VARCHAR},
+ #{item.socialComJson,jdbcType=VARCHAR},
+ #{item.socialComSum,jdbcType=VARCHAR},
+ #{item.fundComJson,jdbcType=VARCHAR},
+ #{item.fundComSum,jdbcType=VARCHAR},
+ #{item.otherComJson,jdbcType=VARCHAR},
+ #{item.otherComSum,jdbcType=VARCHAR},
+ #{item.comSum,jdbcType=VARCHAR},
+ #{item.socialSum,jdbcType=VARCHAR},
+ #{item.fundSum,jdbcType=VARCHAR},
+ #{item.otherSum,jdbcType=VARCHAR},
+ #{item.total,jdbcType=VARCHAR},
+ #{item.creator,jdbcType=DOUBLE},
#{item.createTime},
#{item.updateTime},
#{item.deleteType},
- #{item.tenantKey},
- #{item.paymentOrganization}
+ #{item.tenantKey,jdbcType=VARCHAR},
+ #{item.paymentOrganization,jdbcType=DOUBLE}
from dual
diff --git a/src/com/engine/salary/mapper/siarchives/FundSchemeMapper.xml b/src/com/engine/salary/mapper/siarchives/FundSchemeMapper.xml
index b6e90ba3e..fa41c1c87 100644
--- a/src/com/engine/salary/mapper/siarchives/FundSchemeMapper.xml
+++ b/src/com/engine/salary/mapper/siarchives/FundSchemeMapper.xml
@@ -133,22 +133,22 @@
employee_id)
select
- #{item.fundSchemeId},
- #{item.fundAccount},
- #{item.fundEndTime},
- #{item.fundStartTime},
- #{item.fundPaymentBaseString},
- #{item.supplementFundAccount},
- #{item.createTime},
- #{item.creator},
- #{item.nonPayment},
- #{item.deleteType},
- #{item.tenantKey},
- #{item.underTake},
- #{item.paymentOrganization},
- #{item.updateTime},
- #{item.welfareType},
- #{item.employeeId}
+ #{item.fundSchemeId,jdbcType=DOUBLE},
+ #{item.fundAccount,jdbcType=VARCHAR},
+ #{item.fundEndTime,jdbcType=VARCHAR},
+ #{item.fundStartTime,jdbcType=VARCHAR},
+ #{item.fundPaymentBaseString,jdbcType=VARCHAR},
+ #{item.supplementFundAccount,jdbcType=VARCHAR},
+ #{item.createTime,jdbcType=DATE},
+ #{item.creator,jdbcType=DOUBLE},
+ #{item.nonPayment,jdbcType=INTEGER},
+ #{item.deleteType,jdbcType=INTEGER},
+ #{item.tenantKey,jdbcType=VARCHAR},
+ #{item.underTake,jdbcType=INTEGER},
+ #{item.paymentOrganization,jdbcType=DOUBLE},
+ #{item.updateTime,jdbcType=DATE},
+ #{item.welfareType,jdbcType=INTEGER},
+ #{item.employeeId,jdbcType=DOUBLE}
from dual