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
11393347
Commit
11393347
authored
May 09, 2025
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(使用登记大编辑):
1.使用登记台套类编辑开发
parent
d3f5b514
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
UseRegisterUpdateService.java
...dit/process/biz/useRegister/UseRegisterUpdateService.java
+2
-1
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/java/com/yeejoin/amos/boot/module/jg/biz/edit/process/biz/useRegister/UseRegisterUpdateService.java
View file @
11393347
...
...
@@ -801,6 +801,7 @@ public class UseRegisterUpdateService {
List
<
FieldChangeMeta
>
supervisionInfoFieldChangeMetas
=
commonEquipDataProcessService
.
simpleTrackAndUpdate
(
jgUseRegistrationService
.
getIdxBizJgSupervisionInfoMapper
(),
idxBizJgSupervisionInfoOld
,
idxBizJgSupervisionInfNew
,
useInfoNew
.
getRecord
(),
"record"
,
useInfoNew
.
getRecord
());
fieldChangeMetas
.
addAll
(
supervisionInfoFieldChangeMetas
);
}
// todo 历史无证电梯维保信息可编辑 原有业务系统要改造在审核完成时更新json时 把维保流水seq写上 用来唯一一条更新
if
(
"2"
.
equals
(
jgUseRegistration
.
getRegType
())
&&
"3000"
.
equals
(
hisData
.
getString
(
"equList"
)))
{
IdxBizJgMaintenanceRecordInfo
idxBizJgMaintenanceRecordInfoOld
=
jgUseRegistrationService
.
getIdxBizJgMaintenanceRecordInfoService
().
queryNewestDetailByRecord
(
useInfoNew
.
getRecord
());
// 电梯处理维保信息
...
...
@@ -813,7 +814,7 @@ public class UseRegisterUpdateService {
fieldChangeMetas
.
addAll
(
supervisionInfoFieldChangeMetas
);
jgUseRegistrationService
.
historyEquUpdateMaintenanceInfo
(
hisData
);
}
//
历史无证可编辑安装信息
//
todo 历史无证可编辑安装信息 安装信息写入后需要把 流水表的主键写回json 用来唯一一条更新
if
(
"2"
.
equals
(
jgUseRegistration
.
getRegType
()))
{
IdxBizJgConstructionInfo
constructionInfoOld
=
jgUseRegistrationService
.
getIdxBizJgConstructionInfoService
().
queryNewestDetailByRecord
(
String
.
valueOf
(
hisData
.
get
(
"equipId"
)));
IdxBizJgConstructionInfo
constructionInfoNew
=
BeanUtil
.
copyProperties
(
constructionInfoOld
,
IdxBizJgConstructionInfo
.
class
);
...
...
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