Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
L
loit-build-common
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
loit-Infrastructure
loit-build-common
Commits
6c56f13b
提交
6c56f13b
authored
5月 22, 2023
作者:
chenshiying
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[新增] 廊坊生成大小类管理问题sql
上级
0d7dfbd6
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
23 行增加
和
5 行删除
+23
-5
GeneratorCommandManualScript.java
...om/loit/common/langfang/GeneratorCommandManualScript.java
+0
-0
CommandManualDTO.java
...n/java/com/loit/common/langfang/dto/CommandManualDTO.java
+15
-0
manageProblemScript.ftl
.../main/resources/template/langfang/manageProblemScript.ftl
+4
-4
manageProblem_smallTypeId_Script.ftl
...es/template/langfang/manageProblem_smallTypeId_Script.ftl
+3
-0
smallTypeScript.ftl
.../src/main/resources/template/langfang/smallTypeScript.ftl
+1
-1
井盖大小类扩展20230516.xlsx
...-build-deploy-env/src/main/resources/井盖大小类扩展20230516.xlsx
+0
-0
没有找到文件。
loit-build-component/loit-build-deploy-env/src/main/java/com/loit/common/langfang/GeneratorCommandManualScript.java
浏览文件 @
6c56f13b
差异被折叠。
点击展开。
loit-build-component/loit-build-deploy-env/src/main/java/com/loit/common/langfang/dto/CommandManualDTO.java
浏览文件 @
6c56f13b
...
...
@@ -12,6 +12,13 @@ public class CommandManualDTO implements Serializable {
private
static
final
long
serialVersionUID
=
-
6587921299183759035L
;
/**
* 大类ID
*/
private
String
bigTypeId
;
@ApiModelProperty
(
value
=
"大类代码"
)
@ExcelField
(
title
=
"大类代码"
,
sort
=
1
)
private
String
bigTypeCode
;
...
...
@@ -66,6 +73,14 @@ public class CommandManualDTO implements Serializable {
private
String
bigAndSmallCode
;
public
String
getBigTypeId
()
{
return
bigTypeId
;
}
public
void
setBigTypeId
(
String
bigTypeId
)
{
this
.
bigTypeId
=
bigTypeId
;
}
public
String
getBigTypeCode
()
{
return
bigTypeCode
;
}
...
...
loit-build-component/loit-build-deploy-env/src/main/resources/template/langfang/manageProblemScript.ftl
浏览文件 @
6c56f13b
...
...
@@ -42,15 +42,15 @@ INSERT INTO `digital_command_manual`(
`update_time`
)
VALUES (
'
1
',
'
${caseType}
',
NULL,
NULL,
'${bigTypeName}', -- 你的大类
'${bigType
Code
}', -- 大类的编码
'${bigType
Id
}', -- 大类的编码
'${smallTypeName}', -- 你的小类
'${smallTypeCode}', -- 小类的编码
NULL, -- 小类的编码 先设置为null 后面用脚本刷小类id
NULL,
'
施工过程中或者施工堆料未采取有效防尘措施造成扬尘现象
', -- 管理问题
'
${manageProblem}
', -- 管理问题
${alimit}, -- A 类处置时限
${aunit}, -- 0:工作日,1:工作时, 2:紧急工作时
${blimit}, -- B 类处置时限
...
...
loit-build-component/loit-build-deploy-env/src/main/resources/template/langfang/manageProblem_smallTypeId_Script.ftl
0 → 100644
浏览文件 @
6c56f13b
update digital_command_manual
set small_type_id = (select casetype.id from base_base_casetype casetype where casetype.parent_id = '${bigTypeId}' and obj_name= '${smallTypeName}')
where big_type = '${bigTypeName}' and small_type = '${smallTypeName}' and manage_problem = '${manageProblem}';
loit-build-component/loit-build-deploy-env/src/main/resources/template/langfang/smallTypeScript.ftl
浏览文件 @
6c56f13b
...
...
@@ -25,7 +25,7 @@ INSERT INTO `base_base_casetype`(
VALUES (
'${smallTypeCode}', -- 小类编码,自己取一个
'${smallTypeName}', -- 修改你的小类
'${bigType
Code
}', -- 大类的 id
'${bigType
Id
}', -- 大类的 id
'',
'',
'',
...
...
loit-build-component/loit-build-deploy-env/src/main/resources/井盖大小类扩展20230516.xlsx
浏览文件 @
6c56f13b
No preview for this file type
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论