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
75dddf8e
Commit
75dddf8e
authored
Jul 04, 2025
by
韩桐桐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
补充
parent
43ca2db5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
EquipFieldCustomConverter.java
...odule/common/api/converter/EquipFieldCustomConverter.java
+15
-15
No files found.
amos-boot-system-tzs/amos-boot-module-common/amos-boot-module-common-api/src/main/java/com/yeejoin/amos/boot/module/common/api/converter/EquipFieldCustomConverter.java
View file @
75dddf8e
...
...
@@ -77,7 +77,7 @@ public class EquipFieldCustomConverter {
@Override
public
CellData
convertToExcelData
(
String
value
,
ExcelContentProperty
contentProperty
,
GlobalConfiguration
globalConfiguration
)
{
String
displayValue
=
CODE_TO_NAME_MAP
.
getOrDefault
(
value
,
"未知"
);
String
displayValue
=
CODE_TO_NAME_MAP
.
getOrDefault
(
value
,
value
);
return
new
CellData
(
displayValue
);
}
}
...
...
@@ -129,7 +129,7 @@ public class EquipFieldCustomConverter {
@Override
public
CellData
convertToExcelData
(
String
value
,
ExcelContentProperty
contentProperty
,
GlobalConfiguration
globalConfiguration
)
{
String
displayValue
=
CODE_TO_NAME_MAP
.
getOrDefault
(
value
,
"未知"
);
String
displayValue
=
CODE_TO_NAME_MAP
.
getOrDefault
(
value
,
value
);
return
new
CellData
(
displayValue
);
}
}
...
...
@@ -181,7 +181,7 @@ public class EquipFieldCustomConverter {
@Override
public
CellData
convertToExcelData
(
String
value
,
ExcelContentProperty
contentProperty
,
GlobalConfiguration
globalConfiguration
)
{
String
displayValue
=
CODE_TO_NAME_MAP
.
getOrDefault
(
value
,
"未知"
);
String
displayValue
=
CODE_TO_NAME_MAP
.
getOrDefault
(
value
,
value
);
return
new
CellData
(
displayValue
);
}
}
...
...
@@ -233,7 +233,7 @@ public class EquipFieldCustomConverter {
@Override
public
CellData
convertToExcelData
(
String
value
,
ExcelContentProperty
contentProperty
,
GlobalConfiguration
globalConfiguration
)
{
String
displayValue
=
CODE_TO_NAME_MAP
.
getOrDefault
(
value
,
"未知"
);
String
displayValue
=
CODE_TO_NAME_MAP
.
getOrDefault
(
value
,
value
);
return
new
CellData
(
displayValue
);
}
}
...
...
@@ -285,7 +285,7 @@ public class EquipFieldCustomConverter {
@Override
public
CellData
convertToExcelData
(
String
value
,
ExcelContentProperty
contentProperty
,
GlobalConfiguration
globalConfiguration
)
{
String
displayValue
=
CODE_TO_NAME_MAP
.
getOrDefault
(
value
,
"未知"
);
String
displayValue
=
CODE_TO_NAME_MAP
.
getOrDefault
(
value
,
value
);
return
new
CellData
(
displayValue
);
}
}
...
...
@@ -337,7 +337,7 @@ public class EquipFieldCustomConverter {
@Override
public
CellData
convertToExcelData
(
String
value
,
ExcelContentProperty
contentProperty
,
GlobalConfiguration
globalConfiguration
)
{
String
displayValue
=
CODE_TO_NAME_MAP
.
getOrDefault
(
value
,
"未知"
);
String
displayValue
=
CODE_TO_NAME_MAP
.
getOrDefault
(
value
,
value
);
return
new
CellData
(
displayValue
);
}
}
...
...
@@ -389,7 +389,7 @@ public class EquipFieldCustomConverter {
@Override
public
CellData
convertToExcelData
(
String
value
,
ExcelContentProperty
contentProperty
,
GlobalConfiguration
globalConfiguration
)
{
String
displayValue
=
CODE_TO_NAME_MAP
.
getOrDefault
(
value
,
"未知"
);
String
displayValue
=
CODE_TO_NAME_MAP
.
getOrDefault
(
value
,
value
);
return
new
CellData
(
displayValue
);
}
}
...
...
@@ -441,7 +441,7 @@ public class EquipFieldCustomConverter {
@Override
public
CellData
convertToExcelData
(
String
value
,
ExcelContentProperty
contentProperty
,
GlobalConfiguration
globalConfiguration
)
{
String
displayValue
=
CODE_TO_NAME_MAP
.
getOrDefault
(
value
,
"未知"
);
String
displayValue
=
CODE_TO_NAME_MAP
.
getOrDefault
(
value
,
value
);
return
new
CellData
(
displayValue
);
}
}
...
...
@@ -493,7 +493,7 @@ public class EquipFieldCustomConverter {
@Override
public
CellData
convertToExcelData
(
String
value
,
ExcelContentProperty
contentProperty
,
GlobalConfiguration
globalConfiguration
)
{
String
displayValue
=
CODE_TO_NAME_MAP
.
getOrDefault
(
value
,
"未知"
);
String
displayValue
=
CODE_TO_NAME_MAP
.
getOrDefault
(
value
,
value
);
return
new
CellData
(
displayValue
);
}
}
...
...
@@ -545,7 +545,7 @@ public class EquipFieldCustomConverter {
@Override
public
CellData
convertToExcelData
(
String
value
,
ExcelContentProperty
contentProperty
,
GlobalConfiguration
globalConfiguration
)
{
String
displayValue
=
CODE_TO_NAME_MAP
.
getOrDefault
(
value
,
"未知"
);
String
displayValue
=
CODE_TO_NAME_MAP
.
getOrDefault
(
value
,
value
);
return
new
CellData
(
displayValue
);
}
}
...
...
@@ -597,7 +597,7 @@ public class EquipFieldCustomConverter {
@Override
public
CellData
convertToExcelData
(
String
value
,
ExcelContentProperty
contentProperty
,
GlobalConfiguration
globalConfiguration
)
{
String
displayValue
=
CODE_TO_NAME_MAP
.
getOrDefault
(
value
,
"未知"
);
String
displayValue
=
CODE_TO_NAME_MAP
.
getOrDefault
(
value
,
value
);
return
new
CellData
(
displayValue
);
}
}
...
...
@@ -649,7 +649,7 @@ public class EquipFieldCustomConverter {
@Override
public
CellData
convertToExcelData
(
String
value
,
ExcelContentProperty
contentProperty
,
GlobalConfiguration
globalConfiguration
)
{
String
displayValue
=
CODE_TO_NAME_MAP
.
getOrDefault
(
value
,
"未知"
);
String
displayValue
=
CODE_TO_NAME_MAP
.
getOrDefault
(
value
,
value
);
return
new
CellData
(
displayValue
);
}
}
...
...
@@ -701,7 +701,7 @@ public class EquipFieldCustomConverter {
@Override
public
CellData
convertToExcelData
(
String
value
,
ExcelContentProperty
contentProperty
,
GlobalConfiguration
globalConfiguration
)
{
String
displayValue
=
CODE_TO_NAME_MAP
.
getOrDefault
(
value
,
"未知"
);
String
displayValue
=
CODE_TO_NAME_MAP
.
getOrDefault
(
value
,
value
);
return
new
CellData
(
displayValue
);
}
}
...
...
@@ -753,7 +753,7 @@ public class EquipFieldCustomConverter {
@Override
public
CellData
convertToExcelData
(
String
value
,
ExcelContentProperty
contentProperty
,
GlobalConfiguration
globalConfiguration
)
{
String
displayValue
=
CODE_TO_NAME_MAP
.
getOrDefault
(
value
,
"未知"
);
String
displayValue
=
CODE_TO_NAME_MAP
.
getOrDefault
(
value
,
value
);
return
new
CellData
(
displayValue
);
}
}
...
...
@@ -805,7 +805,7 @@ public class EquipFieldCustomConverter {
@Override
public
CellData
convertToExcelData
(
String
value
,
ExcelContentProperty
contentProperty
,
GlobalConfiguration
globalConfiguration
)
{
String
displayValue
=
CODE_TO_NAME_MAP
.
getOrDefault
(
value
,
"未知"
);
String
displayValue
=
CODE_TO_NAME_MAP
.
getOrDefault
(
value
,
value
);
return
new
CellData
(
displayValue
);
}
}
...
...
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