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
4736896e
Commit
4736896e
authored
Mar 18, 2023
by
tianyiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新96333码
parent
10a49d1a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
CategoryOtherInfoMapper.xml
...api/src/main/resources/mapper/CategoryOtherInfoMapper.xml
+1
-1
EquipmentCategoryServiceImpl.java
...le/tzs/biz/service/impl/EquipmentCategoryServiceImpl.java
+4
-0
No files found.
amos-boot-system-tzs/amos-boot-module-tzs-api/src/main/resources/mapper/CategoryOtherInfoMapper.xml
View file @
4736896e
...
...
@@ -48,7 +48,7 @@
"EQU_LIST" equipList,
"EQU_CATEGORY" equipCategory,
ibjoi."CODE96333" code,
ibjoi."CLAIM_STATUS"
STATUS
,
ibjoi."CLAIM_STATUS"
status
,
ibjoi."RECORD"
FROM
idx_biz_jg_other_info ibjoi
...
...
amos-boot-system-tzs/amos-boot-module-tzs-biz/src/main/java/com/yeejoin/amos/boot/module/tzs/biz/service/impl/EquipmentCategoryServiceImpl.java
View file @
4736896e
...
...
@@ -140,6 +140,7 @@ public class EquipmentCategoryServiceImpl extends BaseService<EquipmentCategoryD
equipList
=
map
.
get
(
"EQU_LIST"
).
toString
();
}
else
{
EquInfoDto
equInfoDto
=
categoryOtherInfoMapper
.
selectEquipInfo
(
record
);
if
(
"6035"
.
equals
(
equInfoDto
.
getStatus
())){
//判断这条数据是否已经有电梯96333码和监管码
//如果都有则直接返回
if
(
ObjectUtils
.
isEmpty
(
equInfoDto
.
getSupervisor
())
||
ObjectUtils
.
isEmpty
(
equInfoDto
.
getCode
()))
{
...
...
@@ -150,6 +151,9 @@ public class EquipmentCategoryServiceImpl extends BaseService<EquipmentCategoryD
}
else
{
return
0
;
}
}
else
{
return
0
;
}
}
//生成码
Map
<
String
,
String
>
codeMap
=
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