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
aae6f77d
Commit
aae6f77d
authored
Mar 27, 2025
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修改请求类型
parent
9700e7e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ElevatorController.java
...ot/module/elevator/biz/controller/ElevatorController.java
+2
-2
No files found.
amos-boot-system-tzs/amos-boot-module-96333/amos-boot-module-96333-biz/src/main/java/com/yeejoin/amos/boot/module/elevator/biz/controller/ElevatorController.java
View file @
aae6f77d
...
@@ -654,8 +654,8 @@ public class ElevatorController extends BaseController {
...
@@ -654,8 +654,8 @@ public class ElevatorController extends BaseController {
* @return 成功处理条数
* @return 成功处理条数
*/
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@RequestMapping
(
value
=
"/v1/es/insert"
,
method
=
RequestMethod
.
GE
T
)
@RequestMapping
(
value
=
"/v1/es/insert"
,
method
=
RequestMethod
.
PU
T
)
@ApiOperation
(
httpMethod
=
"
GE
T"
,
value
=
"电梯信息放入es"
,
notes
=
"电梯信息放入es"
)
@ApiOperation
(
httpMethod
=
"
PU
T"
,
value
=
"电梯信息放入es"
,
notes
=
"电梯信息放入es"
)
public
ResponseModel
<
String
>
esInsert
()
{
public
ResponseModel
<
String
>
esInsert
()
{
Long
total
=
iElevatorService
.
esInsert
();
Long
total
=
iElevatorService
.
esInsert
();
return
ResponseHelper
.
buildResponse
(
"success insert: "
+
total
);
return
ResponseHelper
.
buildResponse
(
"success insert: "
+
total
);
...
...
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