Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
69b8b7ed
Commit
69b8b7ed
authored
Nov 25, 2022
by
xixinzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
三维校验提交
parent
1c065726
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
SubmitRecordMapper.xml
...-tdc-api/src/main/resources/mapper/SubmitRecordMapper.xml
+1
-1
SyncMethodServiceImpl.java
...ot/module/tdc/biz/service/impl/SyncMethodServiceImpl.java
+1
-0
No files found.
amos-boot-system-tdc/amos-boot-module-tdc-api/src/main/resources/mapper/SubmitRecordMapper.xml
View file @
69b8b7ed
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
SELECT
SELECT
sequence_nbr,submit_people,submit_time,amos_org_name,file_id,examine,
sequence_nbr,submit_people,submit_time,amos_org_name,file_id,examine,
"消防设计文件" as fileName,
"
换流站新建工程
消防设计文件" as fileName,
case examine when 0 then "未审核" when 1 then "已审核" end examineName
case examine when 0 then "未审核" when 1 then "已审核" end examineName
FROM
FROM
...
...
amos-boot-system-tdc/amos-boot-module-tdc-biz/src/main/java/com/yeejoin/amos/boot/module/tdc/biz/service/impl/SyncMethodServiceImpl.java
View file @
69b8b7ed
...
@@ -40,6 +40,7 @@ public class SyncMethodServiceImpl implements SyncMethodService {
...
@@ -40,6 +40,7 @@ public class SyncMethodServiceImpl implements SyncMethodService {
// 调用规则校验模型
// 调用规则校验模型
try
{
try
{
// 没有配决策流,processIds传null即可
// 没有配决策流,processIds传null即可
Thread
.
sleep
(
1000
);
String
packageId
=
"数据填报/"
+
key
;
String
packageId
=
"数据填报/"
+
key
;
ruleTrigger
.
publish
(
idxProjectModel
,
packageId
,
null
);
ruleTrigger
.
publish
(
idxProjectModel
,
packageId
,
null
);
}
catch
(
Exception
e
)
{
}
catch
(
Exception
e
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment