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
8f402f87
Commit
8f402f87
authored
Jan 09, 2026
by
tianbo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(jg): 修复设备认领历史登记逻辑(韩向青确认)
- 无主设备认领不区分是否有使用登记证号,都认领到企业未纳管设备列表里
parent
4bcf8308
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
EquipClaimServiceImpl.java
...oot/module/jg/biz/service/impl/EquipClaimServiceImpl.java
+3
-3
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/service/impl/EquipClaimServiceImpl.java
View file @
8f402f87
...
...
@@ -406,11 +406,11 @@ public class EquipClaimServiceImpl {
// 认领到自己单位下 -> 已纳管设备列表 , + 历史设备登记
// 认领 更新设备信息
this
.
updateEquipInfoWithClaim
(
equipInfo
,
equipParams
,
tru
e
);
this
.
updateEquipInfoWithClaim
(
equipInfo
,
equipParams
,
fals
e
);
// 历史设备登记
JgUseRegistration
useRegistration
=
this
.
addHistoryEquipRegistration
(
equipInfo
);
//
JgUseRegistration useRegistration = this.addHistoryEquipRegistration(equipInfo);
// 添加设备的业务履历
this
.
addEquipResume
(
equipInfo
,
BusinessTypeEnum
.
JG_EQUIP_CLAIM
,
useRegistration
);
this
.
addEquipResume
(
equipInfo
,
BusinessTypeEnum
.
JG_EQUIP_CLAIM
,
new
JgUseRegistration
()
);
}
// 添加es中的使用单位信息
HashMap
<
String
,
Map
<
String
,
Object
>>
objMap
=
new
HashMap
<>();
...
...
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