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
cd9b194f
Commit
cd9b194f
authored
Dec 02, 2022
by
曹盼盼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
a928eca7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
OpenDto.java
...ava/com/yeejoin/amos/boot/module/ugp/api/dto/OpenDto.java
+1
-1
VerifyServiceImpl.java
...s/boot/module/ugp/biz/service/impl/VerifyServiceImpl.java
+3
-3
No files found.
amos-boot-system-ugp/amos-boot-module-ugp-api/src/main/java/com/yeejoin/amos/boot/module/ugp/api/dto/OpenDto.java
View file @
cd9b194f
...
...
@@ -15,6 +15,6 @@ public class OpenDto {
private
String
accord
;
//符合性
private
String
valid
;
//有效性
private
String
result
;
//结果
private
String
detailId
;
//跳转id
private
String
sequenceNbr
;
//跳转id
}
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 @
cd9b194f
...
...
@@ -790,7 +790,7 @@ public class VerifyServiceImpl extends BaseService<VerifyDto,Verify,VerifyMapper
if
(
StageEnum
.
焊前人员
.
getStage
().
equals
(
verify
.
getStage
()))
{
Long
welderId
=
object
.
getLong
(
"welderId"
);
if
(
welderId
!=
null
)
{
openDto
.
set
DetailId
(
String
.
valueOf
(
welderId
));
openDto
.
set
SequenceNbr
(
String
.
valueOf
(
welderId
));
//焊工的老照片
Map
map
=
orgService
.
getdetialInfo
(
welderId
.
toString
(
));
if
(!
ValidationUtil
.
isEmpty
(
map
))
{
...
...
@@ -815,7 +815,7 @@ public class VerifyServiceImpl extends BaseService<VerifyDto,Verify,VerifyMapper
if
(
StageEnum
.
焊前设备
.
getStage
().
equals
(
verify
.
getStage
()))
{
Long
weldingId
=
object
.
getLong
(
"weldingId"
);
if
(
weldingId
!=
null
)
{
openDto
.
set
DetailId
(
String
.
valueOf
(
weldingId
));
openDto
.
set
SequenceNbr
(
String
.
valueOf
(
weldingId
));
String
image
=
this
.
getImage
(
weldingId
);
if
(!
ValidationUtil
.
isEmpty
(
image
))
{
openDto
.
setOldPhoto
(
image
);
...
...
@@ -828,7 +828,7 @@ public class VerifyServiceImpl extends BaseService<VerifyDto,Verify,VerifyMapper
Material
material
=
materialService
.
getMaterial
(
materialCode
);
if
(!
ValidationUtil
.
isEmpty
(
material
))
{
Long
sequenceNbr1
=
material
.
getSequenceNbr
(
);
//管材id
openDto
.
set
DetailId
(
String
.
valueOf
(
sequenceNbr1
));
openDto
.
set
SequenceNbr
(
String
.
valueOf
(
sequenceNbr1
));
if
(!
ValidationUtil
.
isEmpty
(
sequenceNbr1
))
{
String
image
=
this
.
getImage
(
sequenceNbr1
);
if
(!
ValidationUtil
.
isEmpty
(
image
))
{
...
...
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