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
9d7cc3ec
Commit
9d7cc3ec
authored
Apr 21, 2023
by
曹盼盼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改注释掉的
parent
63c5361b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
VerifyServiceImpl.java
...s/boot/module/ugp/biz/service/impl/VerifyServiceImpl.java
+3
-3
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 @
9d7cc3ec
...
...
@@ -364,7 +364,7 @@ public class VerifyServiceImpl extends BaseService<VerifyDto,Verify,VerifyMapper
verify
.
setTargetInfo
(
targetInfo
);
//json信息
if
(!
flag
)
{
//焊前校验不进行质量问题生产
//
this.addFailData(verify,jsonObject,new QualityProblem());
this
.
addFailData
(
verify
,
jsonObject
,
new
QualityProblem
());
deleteWeld
(
weldCode
);
return
VerifyEnum
.
未通过
.
getName
();
}
...
...
@@ -411,7 +411,7 @@ public class VerifyServiceImpl extends BaseService<VerifyDto,Verify,VerifyMapper
verify
.
setTargetInfo
(
targetInfo
);
if
(!
flag
)
{
//焊前校验不进行质量问题生产
//
this.addFailData(verify,jsonObject,new QualityProblem());
this
.
addFailData
(
verify
,
jsonObject
,
new
QualityProblem
());
deleteWeld
(
weldCode
);
return
VerifyEnum
.
未通过
.
getName
();
}
...
...
@@ -451,7 +451,7 @@ public class VerifyServiceImpl extends BaseService<VerifyDto,Verify,VerifyMapper
if
(!
flag
)
{
//校验不通过
//焊前校验不进行质量问题生产
//
this.addFailData(verify,jsonObject,new QualityProblem());
this
.
addFailData
(
verify
,
jsonObject
,
new
QualityProblem
());
deleteWeld
(
weldCode
);
return
VerifyEnum
.
未通过
.
getName
();
}
...
...
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