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
80f44a1b
Commit
80f44a1b
authored
Oct 27, 2023
by
H2T
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
设备类型添加气瓶
parent
d2ec0e13
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
RouteController.java
...join/amos/patrol/business/controller/RouteController.java
+5
-0
No files found.
amos-boot-module/amos-boot-module-biz/amos-boot-module-patrol-biz/src/main/java/com/yeejoin/amos/patrol/business/controller/RouteController.java
View file @
80f44a1b
...
@@ -99,8 +99,13 @@ public class RouteController extends AbstractBaseController {
...
@@ -99,8 +99,13 @@ public class RouteController extends AbstractBaseController {
@ApiParam
(
value
=
"查询条件"
,
required
=
false
)
@RequestBody
(
required
=
false
)
RoutePageParam
queryRequests
,
@ApiParam
(
value
=
"查询条件"
,
required
=
false
)
@RequestBody
(
required
=
false
)
RoutePageParam
queryRequests
,
@ApiParam
(
value
=
"分页参数"
,
required
=
true
,
defaultValue
=
"pageNumber=0&pageSize=10"
)
CommonPageable
commonPageable
)
{
@ApiParam
(
value
=
"分页参数"
,
required
=
true
,
defaultValue
=
"pageNumber=0&pageSize=10"
)
CommonPageable
commonPageable
)
{
try
{
try
{
HashMap
<
String
,
Object
>
map
=
new
HashMap
<>(
16
);
map
.
put
(
"name"
,
"气瓶"
);
map
.
put
(
"code"
,
"2300"
);
map
.
put
(
"type"
,
"cylinder"
);
List
<
Map
<
String
,
Object
>>
result
=
tzsFeign
.
getEnterpriseType
().
getResult
();
List
<
Map
<
String
,
Object
>>
result
=
tzsFeign
.
getEnterpriseType
().
getResult
();
List
<
Map
<
String
,
Object
>>
getEquipType
=
tzsFeign
.
getEquipType
().
getResult
();
List
<
Map
<
String
,
Object
>>
getEquipType
=
tzsFeign
.
getEquipType
().
getResult
();
getEquipType
.
add
(
map
);
if
(
org
.
springframework
.
util
.
StringUtils
.
isEmpty
(
queryRequests
.
getBizOrgCode
()))
{
if
(
org
.
springframework
.
util
.
StringUtils
.
isEmpty
(
queryRequests
.
getBizOrgCode
()))
{
ReginParams
reginParams
=
getSelectedOrgInfo
();
ReginParams
reginParams
=
getSelectedOrgInfo
();
//获取所在公司code
//获取所在公司code
...
...
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