From cf3d070892e5b1db9ef8a77721faa5f34e4aa7cb Mon Sep 17 00:00:00 2001 From: Harryxzy Date: Wed, 18 Jun 2025 16:56:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B1=87=E9=80=9Abug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../siaccount/InsuranceAccountBatchMapper.java | 3 ++- .../siaccount/InsuranceAccountBatchMapper.xml | 12 ++++++++++++ .../siaccount/InsuranceAccountDetailMapper.xml | 4 ++-- .../SalaryStatisticsEmployeeWrapper.java | 4 +++- .../service/impl/SIAccountServiceImpl.java | 17 +++++++++++++---- 5 files changed, 32 insertions(+), 8 deletions(-) diff --git a/src/com/engine/salary/mapper/siaccount/InsuranceAccountBatchMapper.java b/src/com/engine/salary/mapper/siaccount/InsuranceAccountBatchMapper.java index 7a183297d..5a75c532a 100644 --- a/src/com/engine/salary/mapper/siaccount/InsuranceAccountBatchMapper.java +++ b/src/com/engine/salary/mapper/siaccount/InsuranceAccountBatchMapper.java @@ -2,7 +2,6 @@ package com.engine.salary.mapper.siaccount; import com.engine.salary.entity.siaccount.param.InsuranceAccountBatchParam; import com.engine.salary.entity.siaccount.po.InsuranceAccountBatchPO; -import com.engine.salary.entity.siarchives.po.InsuranceArchivesOtherSchemePO; import org.apache.ibatis.annotations.Param; import java.util.List; @@ -29,6 +28,8 @@ public interface InsuranceAccountBatchMapper { */ InsuranceAccountBatchPO getByBillMonth(@Param("billMonth") String billMonth,@Param("paymentOrganization") Long paymentOrganization); + List listByBillMonth(@Param("billMonth") String billMonth,@Param("paymentOrganization") Long paymentOrganization); + /** * 插入 * @param insuranceAccountBatchPO diff --git a/src/com/engine/salary/mapper/siaccount/InsuranceAccountBatchMapper.xml b/src/com/engine/salary/mapper/siaccount/InsuranceAccountBatchMapper.xml index 04d59ade8..45e97cf4b 100644 --- a/src/com/engine/salary/mapper/siaccount/InsuranceAccountBatchMapper.xml +++ b/src/com/engine/salary/mapper/siaccount/InsuranceAccountBatchMapper.xml @@ -186,6 +186,18 @@ + +