From dc08d49484781cfe6d0977ca9f961c4418322b5f Mon Sep 17 00:00:00 2001
From: wangxy <1481820854@qq.com>
Date: Wed, 14 May 2025 16:37:39 +0800
Subject: [PATCH] =?UTF-8?q?fix:=E4=BA=BA=E5=91=98=E4=B8=8A=E5=B2=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../templates/system/newdev/apply/add.html | 181 ++++++++++++++++++
.../system/newdev/apply/applyList.html | 132 +++++++++++++
.../templates/system/newdev/apply/edit.html | 178 +++++++++++++++++
.../impl/TdApplyInfoListServiceImpl.java | 2 +
.../system/apply/TdApplyInfoListMapper.xml | 6 +-
5 files changed, 497 insertions(+), 2 deletions(-)
create mode 100644 ruoyi-admin/src/main/resources/templates/system/newdev/apply/add.html
create mode 100644 ruoyi-admin/src/main/resources/templates/system/newdev/apply/applyList.html
create mode 100644 ruoyi-admin/src/main/resources/templates/system/newdev/apply/edit.html
diff --git a/ruoyi-admin/src/main/resources/templates/system/newdev/apply/add.html b/ruoyi-admin/src/main/resources/templates/system/newdev/apply/add.html
new file mode 100644
index 00000000..b25e1600
--- /dev/null
+++ b/ruoyi-admin/src/main/resources/templates/system/newdev/apply/add.html
@@ -0,0 +1,181 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ruoyi-admin/src/main/resources/templates/system/newdev/apply/applyList.html b/ruoyi-admin/src/main/resources/templates/system/newdev/apply/applyList.html
new file mode 100644
index 00000000..1359b7ef
--- /dev/null
+++ b/ruoyi-admin/src/main/resources/templates/system/newdev/apply/applyList.html
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ruoyi-admin/src/main/resources/templates/system/newdev/apply/edit.html b/ruoyi-admin/src/main/resources/templates/system/newdev/apply/edit.html
new file mode 100644
index 00000000..fb97fdb8
--- /dev/null
+++ b/ruoyi-admin/src/main/resources/templates/system/newdev/apply/edit.html
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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 bac86efd..74cfdcda 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
@@ -1,6 +1,7 @@
package com.ruoyi.system.service.apply.impl;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
+import com.ruoyi.common.annotation.DataScope;
import com.ruoyi.system.domain.apply.TdApplyInfoList;
import com.ruoyi.system.domain.apply.dto.TdApplyInfoListDTO;
import com.ruoyi.system.mapper.apply.TdApplyInfoListMapper;
@@ -22,6 +23,7 @@ public class TdApplyInfoListServiceImpl extends ServiceImpl selectTdApplyInfoListList(TdApplyInfoListDTO applyInfoListDTO) {
return applyInfoListMapper.selectTdApplyInfoListList(applyInfoListDTO);
diff --git a/ruoyi-system/src/main/resources/mapper/system/apply/TdApplyInfoListMapper.xml b/ruoyi-system/src/main/resources/mapper/system/apply/TdApplyInfoListMapper.xml
index 87dccaac..ec468807 100644
--- a/ruoyi-system/src/main/resources/mapper/system/apply/TdApplyInfoListMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/apply/TdApplyInfoListMapper.xml
@@ -49,7 +49,7 @@
sm_grade,photo_url