Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
doc_wei
Skyeye
提交
fe83afe4
S
Skyeye
项目概览
doc_wei
/
Skyeye
通知
1173
Star
154
Fork
127
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
S
Skyeye
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
fe83afe4
编写于
11月 06, 2018
作者:
doc_wei
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
添加模板类型判断
上级
35fb64be
变更
3
显示空白变更内容
内联
并排
Showing
3 changed file
with
3 addition
and
0 deletion
+3
-0
skyeye-web/src/main/resources/dbmapper/CodeModelMapper.xml
skyeye-web/src/main/resources/dbmapper/CodeModelMapper.xml
+1
-0
skyeye-web/src/main/resources/mapping/reqmapping.xml
skyeye-web/src/main/resources/mapping/reqmapping.xml
+1
-0
skyeye-web/src/main/webapp/js/codemodel/codemodeledit.js
skyeye-web/src/main/webapp/js/codemodel/codemodeledit.js
+1
-0
未找到文件。
skyeye-web/src/main/resources/dbmapper/CodeModelMapper.xml
浏览文件 @
fe83afe4
...
...
@@ -64,6 +64,7 @@
WHERE a.id != #{id}
AND a.group_id = #{groupId}
AND a.model_name = #{modelName}
AND a.model_type = #{modelType}
</select>
<update
id=
"editCodeModelMationById"
parameterType=
"java.util.Map"
>
...
...
skyeye-web/src/main/resources/mapping/reqmapping.xml
浏览文件 @
fe83afe4
...
...
@@ -329,6 +329,7 @@
<property
id=
"modelContent"
name=
"modelContent"
ref=
"required"
var=
"模板内容"
/>
<property
id=
"modelText"
name=
"modelText"
ref=
"required"
var=
"模板纯文本"
/>
<property
id=
"groupId"
name=
"groupId"
ref=
"required"
var=
"分组id"
/>
<property
id=
"modelType"
name=
"modelType"
ref=
"required"
var=
"模板类型"
/>
<property
id=
"rowId"
name=
"id"
ref=
"required"
var=
"模板id"
/>
</url>
<url
id=
"codemodel011"
path=
"/post/CodeModelGroupController/queryTableParameterByTableName"
val=
"根据表名获取表的相关信息"
allUse=
"1"
>
...
...
skyeye-web/src/main/webapp/js/codemodel/codemodeledit.js
浏览文件 @
fe83afe4
...
...
@@ -71,6 +71,7 @@ layui.config({
modelName
:
$
(
"
#modelName
"
).
val
(),
modelContent
:
encodeURI
(
editor
.
getValue
()),
modelText
:
encodeURI
(
editor
.
getValue
()),
modelType
:
$
(
"
#modelType
"
).
val
(),
groupId
:
parent
.
groupId
,
rowId
:
parent
.
rowId
};
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录