From fa1c1ea203559ef7cbb93dc9097fc703c6a52d2e Mon Sep 17 00:00:00 2001
From: yupeng <roc__yu@163.com>
Date: 星期二, 11 二月 2025 11:31:03 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master' into xizang-changyun

---
 ruoyi-system/src/main/java/com/ruoyi/system/service/impl/TContractServiceImpl.java |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/TContractServiceImpl.java b/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/TContractServiceImpl.java
index 10ad7c9..458ec6c 100644
--- a/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/TContractServiceImpl.java
+++ b/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/TContractServiceImpl.java
@@ -170,8 +170,18 @@
 //        deposit.setPayableFeesTime(contract.getFirstPayTime());
 //        deposit.setPayFeesStatus("1");
 //        deposit.setBillType("2");
-
-
         return R.ok();
     }
+
+    @Override
+    public void export(TContractQuery query) {
+
+    }
+
+    @Override
+    public List<TContract> contractExportList(TContractQuery query) {
+        List<TContract> list = this.baseMapper.contractExportList(query);
+
+        return list;
+    }
 }

--
Gitblit v1.7.1