From 6ee4325537327abb76fce3adf7dc23786ace01cb Mon Sep 17 00:00:00 2001 From: pengren Date: Thu, 25 Apr 2024 15:08:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E5=8F=B7=EF=BC=9AZSSAC-585=20?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0=EF=BC=9AH5=E6=A8=A1=E5=9D=97=E5=8C=85header?= =?UTF-8?q?=E6=96=B0=E5=A2=9Eappcode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/system/deployment/DeploymentModuleListMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sf-system/src/main/resources/mapper/system/deployment/DeploymentModuleListMapper.xml b/sf-system/src/main/resources/mapper/system/deployment/DeploymentModuleListMapper.xml index 1008658..e8cc2f3 100644 --- a/sf-system/src/main/resources/mapper/system/deployment/DeploymentModuleListMapper.xml +++ b/sf-system/src/main/resources/mapper/system/deployment/DeploymentModuleListMapper.xml @@ -26,7 +26,7 @@ - select id, app_id, app_core, uploading_type, module_name, version, module_url, module_size, sys_type, module_type, uploading_status, uploading_log_id, order_num, is_delete, created, modified, create_time, update_time from DEPLOYMENT_MODULE_LIST + select id, app_id, app_code, uploading_type, module_name, version, module_url, module_size, sys_type, module_type, uploading_status, uploading_log_id, order_num, is_delete, created, modified, create_time, update_time from DEPLOYMENT_MODULE_LIST