From b4bd54752d55f6ae62f806a14330c2123c99781c Mon Sep 17 00:00:00 2001 From: wangxy <1481820854@qq.com> Date: Fri, 16 May 2025 08:40:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=89=BF=E8=AF=BA=E4=B9=A6=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/service/apply/impl/TdApplyInfoListServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/service/apply/impl/TdApplyInfoListServiceImpl.java b/ruoyi-system/src/main/java/com/ruoyi/system/service/apply/impl/TdApplyInfoListServiceImpl.java index 63d405a8..18ed3559 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/service/apply/impl/TdApplyInfoListServiceImpl.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/service/apply/impl/TdApplyInfoListServiceImpl.java @@ -46,7 +46,7 @@ public class TdApplyInfoListServiceImpl extends ServiceImpl selectPromiseInfoListList(TdApplyInfoListDTO applyInfoListDTO) { - return Collections.emptyList(); + return applyInfoListMapper.selectPromiseInfoListList(applyInfoListDTO); } }