From 878f15bd44ef0d7115a8f039a2dc642943dd4d10 Mon Sep 17 00:00:00 2001
From: libaolu <847586537@qq.com>
Date: Sun, 2 Jul 2023 04:24:56 +0000
Subject: [PATCH] =?UTF-8?q?!3=20=E4=BF=AE=E5=A4=8D=E4=B8=80=E9=94=AE?=
=?UTF-8?q?=E9=83=A8=E7=BD=B2=E6=97=B6upload=5Fpath=E4=B8=BAnull=20*=20?=
=?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E9=94=AE=E9=83=A8=E7=BD=B2=E6=97=B6?=
=?UTF-8?q?upload=5Fpath=E4=B8=BAnull?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/main/resources/mapper/mnt/DeployMapper.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/eladmin/eladmin-system/src/main/resources/mapper/mnt/DeployMapper.xml b/eladmin/eladmin-system/src/main/resources/mapper/mnt/DeployMapper.xml
index 60e6da1..001b369 100644
--- a/eladmin/eladmin-system/src/main/resources/mapper/mnt/DeployMapper.xml
+++ b/eladmin/eladmin-system/src/main/resources/mapper/mnt/DeployMapper.xml
@@ -12,6 +12,7 @@
+
@@ -29,7 +30,7 @@
deploy.deploy_id as d_deploy_id, deploy.app_id as d_app_id,deploy.create_by as d_create_by,deploy.update_by as d_update_by,deploy.create_time as d_create_time,deploy.update_time as d_update_time,
- app.app_id as a_app_id,app.name as a_name,app.port as a_port,app.deploy_path as a_deploy_path,app.backup_path as a_backup_path,app.start_script as a_start_script,app.deploy_script as a_deploy_script
+ app.app_id as a_app_id,app.name as a_name,app.port as a_port,app.upload_path as a_upload_path,app.deploy_path as a_deploy_path,app.backup_path as a_backup_path,app.start_script as a_start_script,app.deploy_script as a_deploy_script