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
8be57be9
Commit
8be57be9
authored
Oct 24, 2024
by
韩桐桐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(jg):修改api注释
parent
568d7337
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
JgChangeRegistrationUnitController.java
...jg/biz/controller/JgChangeRegistrationUnitController.java
+2
-2
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/java/com/yeejoin/amos/boot/module/jg/biz/controller/JgChangeRegistrationUnitController.java
View file @
8be57be9
...
@@ -213,9 +213,9 @@ public class JgChangeRegistrationUnitController extends BaseController {
...
@@ -213,9 +213,9 @@ public class JgChangeRegistrationUnitController extends BaseController {
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"bug24304脏数据处理(单位变更登记 注销 一勾选过多,部分变更设备失败,现在将变更失败的设备变更过去)"
,
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"bug24304脏数据处理(单位变更登记 注销 一勾选过多,部分变更设备失败,现在将变更失败的设备变更过去)"
,
notes
=
"bug24304脏数据处理(单位变更登记 注销 一勾选过多,部分变更设备失败,现在将变更失败的设备变更过去"
)
notes
=
"bug24304脏数据处理(单位变更登记 注销 一勾选过多,部分变更设备失败,现在将变更失败的设备变更过去"
)
public
ResponseModel
<
String
>
bug24304
(
@RequestParam
(
value
=
"businessType"
,
defaultValue
=
"1"
)
public
ResponseModel
<
String
>
bug24304
(
@RequestParam
(
value
=
"businessType"
,
defaultValue
=
"1"
)
@ApiParam
(
value
=
"业务类型
,单位变更:1, 注销:
2, 默认值为单位变更"
)
String
businessType
,
@ApiParam
(
value
=
"业务类型
, 单位变更 =》 1, 注销 =》
2, 默认值为单位变更"
)
String
businessType
,
@RequestParam
(
value
=
"applyNos"
)
@RequestParam
(
value
=
"applyNos"
)
@ApiParam
(
value
=
"单位变更的申请编号,多个用逗号分隔"
)
String
applyNos
)
{
@ApiParam
(
value
=
"单位变更
/注销业务
的申请编号,多个用逗号分隔"
)
String
applyNos
)
{
jgChangeRegistrationUnitServiceImpl
.
bug24304Handle
(
businessType
,
applyNos
);
jgChangeRegistrationUnitServiceImpl
.
bug24304Handle
(
businessType
,
applyNos
);
return
ResponseHelper
.
buildResponse
(
businessType
.
equals
(
"1"
)
?
"单位变更"
:
"注销"
+
"业务,"
+
"申请单号:"
+
applyNos
+
"数据修改成功"
);
return
ResponseHelper
.
buildResponse
(
businessType
.
equals
(
"1"
)
?
"单位变更"
:
"注销"
+
"业务,"
+
"申请单号:"
+
applyNos
+
"数据修改成功"
);
}
}
...
...
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