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
5b673c1c
Commit
5b673c1c
authored
Jun 26, 2025
by
韩桐桐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
检验结果录入bugfix
parent
c0568b6d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
JyjcInspectionResultServiceImpl.java
...yjc/biz/service/impl/JyjcInspectionResultServiceImpl.java
+2
-0
IdxBizJgInspectionDetectionInfo.java
...odule/ymt/api/entity/IdxBizJgInspectionDetectionInfo.java
+6
-0
No files found.
amos-boot-system-tzs/amos-boot-module-jyjc/amos-boot-module-jyjc-biz/src/main/java/com/yeejoin/amos/boot/module/jyjc/biz/service/impl/JyjcInspectionResultServiceImpl.java
View file @
5b673c1c
...
...
@@ -800,6 +800,7 @@ public class JyjcInspectionResultServiceImpl extends BaseService<JyjcInspectionR
inspectionDetectionInfo
.
setSafetyLevel
(
Objects
.
toString
(
entryData
.
getOrDefault
(
"safetyLevel"
,
""
)));
inspectionDetectionInfo
.
setRecUserId
(
RequestContext
.
getExeUserId
());
inspectionDetectionInfo
.
setInspectReportNo
(
Objects
.
toString
(
entryData
.
getOrDefault
(
"inspectReportNo"
,
""
)));
inspectionDetectionInfo
.
setResultSeq
(
Objects
.
toString
(
resSeq
));
idxBizJgInspectionDetectionInfoMapper
.
insert
(
inspectionDetectionInfo
);
// 保存检验历史表用于详情回显
...
...
@@ -924,6 +925,7 @@ public class JyjcInspectionResultServiceImpl extends BaseService<JyjcInspectionR
inspectionDetectionInfo
.
setSafetyLevel
(
Objects
.
toString
(
entryData
.
getOrDefault
(
"safetyLevel"
,
""
)));
inspectionDetectionInfo
.
setRecUserId
(
RequestContext
.
getExeUserId
());
inspectionDetectionInfo
.
setInspectReportNo
(
Objects
.
toString
(
entryData
.
getOrDefault
(
"inspectReportNo"
,
""
)));
inspectionDetectionInfo
.
setResultSeq
(
Objects
.
toString
(
sequenceNbr
));
inspectionDetectionInfo
.
setSequenceNbr
(
Objects
.
toString
(
sequenceNbr
));
idxBizJgInspectionDetectionInfoMapper
.
updateById
(
inspectionDetectionInfo
);
...
...
amos-boot-system-tzs/amos-boot-module-ymt/amos-boot-module-ymt-api/src/main/java/com/yeejoin/amos/boot/module/ymt/api/entity/IdxBizJgInspectionDetectionInfo.java
View file @
5b673c1c
...
...
@@ -134,4 +134,10 @@ public class IdxBizJgInspectionDetectionInfo extends TzsBaseEntity implements IB
*/
@TableField
(
value
=
"\"INSPECT_STAFF_CODE\""
)
private
String
inspectStaffCode
;
/**
* 检验结果表seq,用于关联使用单位录入的检验结果记录
*/
@TableField
(
value
=
"\"RESULT_SEQ\""
)
private
String
resultSeq
;
}
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