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