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
22871eb5
Commit
22871eb5
authored
Apr 21, 2023
by
曹盼盼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改校验
parent
9d7cc3ec
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
VerifyServiceImpl.java
...s/boot/module/ugp/biz/service/impl/VerifyServiceImpl.java
+7
-0
No files found.
amos-boot-system-ugp/amos-boot-module-ugp-biz/src/main/java/com/yeejoin/amos/boot/module/ugp/biz/service/impl/VerifyServiceImpl.java
View file @
22871eb5
...
@@ -723,6 +723,10 @@ public class VerifyServiceImpl extends BaseService<VerifyDto,Verify,VerifyMapper
...
@@ -723,6 +723,10 @@ public class VerifyServiceImpl extends BaseService<VerifyDto,Verify,VerifyMapper
}
catch
(
Exception
e
)
{
}
catch
(
Exception
e
)
{
e
.
printStackTrace
();
e
.
printStackTrace
();
}
}
if
(
StageEnum
.
焊接工艺
.
getStage
().
equals
(
verify
.
getStage
())
||
StageEnum
.
敷设质量
.
getStage
().
equals
(
verify
.
getStage
())
||
StageEnum
.
管道耐压
.
getStage
().
equals
(
verify
.
getStage
())
||
StageEnum
.
定位
.
getStage
().
equals
(
verify
.
getStage
())||
StageEnum
.
回填
.
getStage
().
equals
(
verify
.
getStage
()))
{
//质量问题表添加数据
//质量问题表添加数据
qualityProblem
.
setProjectId
(
verify
.
getProjectId
());
qualityProblem
.
setProjectId
(
verify
.
getProjectId
());
qualityProblem
.
setSubmitDate
(
new
Date
());
qualityProblem
.
setSubmitDate
(
new
Date
());
...
@@ -757,6 +761,9 @@ public class VerifyServiceImpl extends BaseService<VerifyDto,Verify,VerifyMapper
...
@@ -757,6 +761,9 @@ public class VerifyServiceImpl extends BaseService<VerifyDto,Verify,VerifyMapper
}
}
qualityProblemService
.
save
(
qualityProblem
);
qualityProblemService
.
save
(
qualityProblem
);
problemInitiationService
.
start
(
qualityProblem
);
problemInitiationService
.
start
(
qualityProblem
);
}
}
}
/** cpp
/** cpp
* 校验成功需要添加的数据
* 校验成功需要添加的数据
...
...
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