diff --git a/src/main/java/neatlogic/framework/autoexec/dao/mapper/AutoexecScriptMapper.xml b/src/main/java/neatlogic/framework/autoexec/dao/mapper/AutoexecScriptMapper.xml index af216db9a85de3cc3bcf247b771efdaffaa10ff9..74d4d38f84ff1919d5e5f5b796534661489075f4 100644 --- a/src/main/java/neatlogic/framework/autoexec/dao/mapper/AutoexecScriptMapper.xml +++ b/src/main/java/neatlogic/framework/autoexec/dao/mapper/AutoexecScriptMapper.xml @@ -207,6 +207,7 @@ resultType="neatlogic.framework.autoexec.dto.script.AutoexecScriptVersionVo"> select `id`, `script_id` as scriptId, + `title`, `version`, `encoding`, `parser`, @@ -251,6 +252,7 @@ select `id`, `version`, + `title`, `status`, `reviewer`, `is_active` as isActive, @@ -292,6 +294,7 @@ select a.`id`, a.`script_id` as scriptId, + a.`title`, a.`version`, a.`encoding`, a.`parser`, @@ -473,6 +476,7 @@ resultType="neatlogic.framework.autoexec.dto.script.AutoexecScriptVersionVo"> select `id`, `script_id` as scriptId, + `title`, `version`, `encoding`, `parser`, @@ -491,6 +495,7 @@ resultType="neatlogic.framework.autoexec.dto.script.AutoexecScriptVersionVo"> select `id`, `script_id` as scriptId, + `title`, `version`, `encoding`, `parser`, @@ -526,6 +531,7 @@