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
e0fb0f83
Commit
e0fb0f83
authored
Mar 19, 2026
by
tianbo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop_tzs_main' into develop_tzs_register
parents
6c1e8dcf
024eac24
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
EquipClaimServiceImpl.java
...oot/module/jg/biz/service/impl/EquipClaimServiceImpl.java
+4
-2
IdxBizJgRegisterInfoServiceImpl.java
.../jg/biz/service/impl/IdxBizJgRegisterInfoServiceImpl.java
+1
-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/service/impl/EquipClaimServiceImpl.java
View file @
e0fb0f83
...
@@ -899,8 +899,10 @@ public class EquipClaimServiceImpl {
...
@@ -899,8 +899,10 @@ public class EquipClaimServiceImpl {
supervisionInfo
.
setRecord
(
record
);
supervisionInfo
.
setRecord
(
record
);
supervisionInfo
.
setRecDate
(
timestamp
);
supervisionInfo
.
setRecDate
(
timestamp
);
supervisionInfo
.
setSequenceNbr
(
Objects
.
toString
(
equipInfo
.
get
(
"SUPERVISIONINFO_SEQ"
),
null
));
supervisionInfo
.
setSequenceNbr
(
Objects
.
toString
(
equipInfo
.
get
(
"SUPERVISIONINFO_SEQ"
),
null
));
supervisionInfo
.
setOrgBranchCode
(
Objects
.
toString
(
equipInfo
.
get
(
"orgBranchCode"
),
""
).
split
(
"_"
)[
0
]);
if
(!
ValidationUtil
.
isEmpty
(
equipInfo
.
get
(
"orgBranchCode"
))
&&
Objects
.
toString
(
equipInfo
.
get
(
"orgBranchCode"
),
null
).
contains
(
"_"
))
{
supervisionInfo
.
setOrgBranchName
(
Objects
.
toString
(
equipInfo
.
get
(
"orgBranchCode"
),
""
).
split
(
"_"
)[
1
]);
supervisionInfo
.
setOrgBranchCode
(
Objects
.
toString
(
equipInfo
.
get
(
"orgBranchCode"
),
null
).
split
(
"_"
)[
0
]);
supervisionInfo
.
setOrgBranchName
(
Objects
.
toString
(
equipInfo
.
get
(
"orgBranchCode"
),
null
).
split
(
"_"
)[
1
]);
}
iIdxBizJgSupervisionInfoService
.
saveOrUpdateData
(
supervisionInfo
);
iIdxBizJgSupervisionInfoService
.
saveOrUpdateData
(
supervisionInfo
);
// 其他信息
// 其他信息
IdxBizJgOtherInfo
otherInfo
=
JSON
.
parseObject
(
toJSONString
(
equipInfo
),
IdxBizJgOtherInfo
.
class
);
IdxBizJgOtherInfo
otherInfo
=
JSON
.
parseObject
(
toJSONString
(
equipInfo
),
IdxBizJgOtherInfo
.
class
);
...
...
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/IdxBizJgRegisterInfoServiceImpl.java
View file @
e0fb0f83
...
@@ -35,7 +35,6 @@ import com.yeejoin.amos.boot.module.common.api.entity.ESEquipmentInfo;
...
@@ -35,7 +35,6 @@ import com.yeejoin.amos.boot.module.common.api.entity.ESEquipmentInfo;
import
com.yeejoin.amos.boot.module.common.api.enums.ConstructionTypeEnum
;
import
com.yeejoin.amos.boot.module.common.api.enums.ConstructionTypeEnum
;
import
com.yeejoin.amos.boot.module.common.api.enums.CylinderTypeEnum
;
import
com.yeejoin.amos.boot.module.common.api.enums.CylinderTypeEnum
;
import
com.yeejoin.amos.boot.module.common.api.mapper.CustomBaseMapper
;
import
com.yeejoin.amos.boot.module.common.api.mapper.CustomBaseMapper
;
import
com.yeejoin.amos.boot.module.common.biz.service.impl.EquipmentCategoryService
;
import
com.yeejoin.amos.boot.module.jg.api.common.DataDockTemplateVersionUtils
;
import
com.yeejoin.amos.boot.module.jg.api.common.DataDockTemplateVersionUtils
;
import
com.yeejoin.amos.boot.module.jg.api.dto.*
;
import
com.yeejoin.amos.boot.module.jg.api.dto.*
;
import
com.yeejoin.amos.boot.module.jg.api.entity.*
;
import
com.yeejoin.amos.boot.module.jg.api.entity.*
;
...
@@ -1905,6 +1904,7 @@ public class IdxBizJgRegisterInfoServiceImpl extends BaseService<IdxBizJgRegiste
...
@@ -1905,6 +1904,7 @@ public class IdxBizJgRegisterInfoServiceImpl extends BaseService<IdxBizJgRegiste
}
else
{
}
else
{
supervisionInfoMap
=
convertCamelToUnderscore
(
supervisionInfo
,
null
);
supervisionInfoMap
=
convertCamelToUnderscore
(
supervisionInfo
,
null
);
supervisionInfoMap
.
put
(
"SUPERVISIONINFO_SEQ"
,
supervisionInfo
.
getSequenceNbr
());
supervisionInfoMap
.
put
(
"SUPERVISIONINFO_SEQ"
,
supervisionInfo
.
getSequenceNbr
());
supervisionInfoMap
.
put
(
"orgBranchCode"
,
supervisionInfo
.
getOrgBranchCode
()
+
"_"
+
supervisionInfo
.
getOrgBranchName
());
}
}
if
(!
supervisionInfoMap
.
isEmpty
())
{
if
(!
supervisionInfoMap
.
isEmpty
())
{
Map
<
String
,
Object
>
filterMap
=
supervisionInfoMap
.
entrySet
()
Map
<
String
,
Object
>
filterMap
=
supervisionInfoMap
.
entrySet
()
...
...
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