This commit is contained in:
Chengliang 2022-04-26 10:06:09 +08:00
parent cd2f61be29
commit 8a0e4744cd
2 changed files with 3 additions and 3 deletions

View File

@ -1165,7 +1165,7 @@ public class SIAccountBiz extends Service{
return insuranceAccountDetailPO;
}
@Transactional
//@Transactional
public void batchSaveSupplementAccount(List<InsuranceAccountDetailPO> pos, String billMonth, String tenantKey) {
if (CollectionUtils.isEmpty(pos)) {
return;

View File

@ -355,7 +355,7 @@
)
</foreach>
</insert>
<insert id="hrsa_bill_detail" databaseId="oracle">
<insert id="batchSaveAccountDetails" databaseId="oracle">
INSERT INTO hrsa_bill_detail
(employee_id,bill_month,bill_status,payment_status,supplementary_month,resource_from,social_pay_org,social_account,social_scheme_id,social_payment_base_string,
fund_pay_org,fund_account,supplement_fund_account,fund_scheme_id,fund_payment_base_string,other_pay_org,other_scheme_id,other_payment_base_string,social_per_json,
@ -407,7 +407,7 @@
from dual
</foreach>
</insert>
<insert id="hrsa_bill_detail" databaseId="sqlserver">
<insert id="batchSaveAccountDetails" databaseId="sqlserver">
<foreach collection="accounts" item="item" separator=";">
INSERT INTO hrsa_bill_detail
(employee_id,bill_month,bill_status,payment_status,supplementary_month,resource_from,social_pay_org,social_account,social_scheme_id,social_payment_base_string,