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
3b8a5517
Commit
3b8a5517
authored
Oct 20, 2023
by
tianyiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
微信扫一扫bug修改
parent
0950cdde
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
EquBaseInfoForWXModel.java
...n/amos/boot/module/app/api/dto/EquBaseInfoForWXModel.java
+1
-1
TzsAppService.java
.../amos/boot/module/app/biz/service/impl/TzsAppService.java
+3
-1
No files found.
amos-boot-system-tzs/amos-boot-module-app/amos-boot-module-app-api/src/main/java/com/yeejoin/amos/boot/module/app/api/dto/EquBaseInfoForWXModel.java
View file @
3b8a5517
...
@@ -21,7 +21,7 @@ public class EquBaseInfoForWXModel {
...
@@ -21,7 +21,7 @@ public class EquBaseInfoForWXModel {
private
String
county
;
private
String
county
;
@ApiModelProperty
(
value
=
"单位内编号"
)
@ApiModelProperty
(
value
=
"单位内编号"
)
private
String
u
es
InnerCode
;
private
String
u
se
InnerCode
;
}
}
amos-boot-system-tzs/amos-boot-module-app/amos-boot-module-app-biz/src/main/java/com/yeejoin/amos/boot/module/app/biz/service/impl/TzsAppService.java
View file @
3b8a5517
...
@@ -316,7 +316,9 @@ public class TzsAppService {
...
@@ -316,7 +316,9 @@ public class TzsAppService {
if
(!
ValidationUtil
.
isEmpty
(
detailMapList
))
{
if
(!
ValidationUtil
.
isEmpty
(
detailMapList
))
{
map
=
detailMapList
.
iterator
().
next
();
map
=
detailMapList
.
iterator
().
next
();
}
}
map
.
putAll
(
getQRCode
(
record
));
if
(!
ObjectUtils
.
isEmpty
(
model
.
getResult
().
getRecords
().
get
(
0
).
get
(
"SUPERVISORY_CODE"
))){
map
.
putAll
(
getQRCode
(
model
.
getResult
().
getRecords
().
get
(
0
).
get
(
"SUPERVISORY_CODE"
).
toString
()));
}
JSONArray
jsonArray
=
new
JSONArray
();
JSONArray
jsonArray
=
new
JSONArray
();
JSONObject
exFactoryJsonObject
=
new
JSONObject
();
JSONObject
exFactoryJsonObject
=
new
JSONObject
();
...
...
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