From 5dc7a6f92e38d7a2aafb6a4beb929a1921827554 Mon Sep 17 00:00:00 2001 From: Aoi_Tori <2547614904@qq.com> Date: Mon, 16 Jun 2025 09:05:08 +0800 Subject: [PATCH] 2025/6/16 --- .../modules/proofing/mapper/ProofingInformationMapper.java | 2 +- .../service/impl/ProofingInformationServiceImpl.java | 6 +++--- .../service/impl/QuotationInformationServiceImpl.java | 4 ++-- .../test/service/impl/TestInformationServiceImpl.java | 4 ++-- .../resources/mapper/proofing/ProofingInformationMapper.xml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main/java/com/spring/modules/proofing/mapper/ProofingInformationMapper.java b/src/main/java/com/spring/modules/proofing/mapper/ProofingInformationMapper.java index faf096dd..cb4d9091 100644 --- a/src/main/java/com/spring/modules/proofing/mapper/ProofingInformationMapper.java +++ b/src/main/java/com/spring/modules/proofing/mapper/ProofingInformationMapper.java @@ -24,5 +24,5 @@ public interface ProofingInformationMapper extends BaseMapper searchDelegateAccessByUser(@Param("params") ProofingDelegateAccessVo delegateAccess,@Param("roleId")String roleId); - IPage testInformationSearchByAnyField(Page proofingInformationVoPage, @Param("query") Map params); + IPage proofingInformationSearchByAnyField(Page proofingInformationVoPage, @Param("query") Map params); } diff --git a/src/main/java/com/spring/modules/proofing/service/impl/ProofingInformationServiceImpl.java b/src/main/java/com/spring/modules/proofing/service/impl/ProofingInformationServiceImpl.java index 3cfd1f75..e819c37f 100644 --- a/src/main/java/com/spring/modules/proofing/service/impl/ProofingInformationServiceImpl.java +++ b/src/main/java/com/spring/modules/proofing/service/impl/ProofingInformationServiceImpl.java @@ -663,8 +663,8 @@ public class ProofingInformationServiceImpl extends ServiceImpl resultList = proofingInformationMapper.testInformationSearchByAnyField(new Page(data.getNo(), data.getSize()), params); + IPage resultList = proofingInformationMapper.proofingInformationSearchByAnyField(new Page(data.getNo(), data.getSize()), params); return new PageUtils(resultList); } diff --git a/src/main/java/com/spring/modules/quotation/service/impl/QuotationInformationServiceImpl.java b/src/main/java/com/spring/modules/quotation/service/impl/QuotationInformationServiceImpl.java index e96c98dc..c2691338 100644 --- a/src/main/java/com/spring/modules/quotation/service/impl/QuotationInformationServiceImpl.java +++ b/src/main/java/com/spring/modules/quotation/service/impl/QuotationInformationServiceImpl.java @@ -746,8 +746,8 @@ public class QuotationInformationServiceImpl extends ServiceImpl -