Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cloud-web
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hqzhdj
cloud-web
Commits
d1469dec
Commit
d1469dec
authored
Apr 02, 2025
by
阳浪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
问题排序
parent
74a30011
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
+6
-1
cloud-web-manage/src/main/java/com/yizhi/application/research/controller/manage/ResearchQuestionController.java
+6
-1
No files found.
cloud-web-manage/src/main/java/com/yizhi/application/research/controller/manage/ResearchQuestionController.java
View file @
d1469dec
...
@@ -104,6 +104,11 @@ public class ResearchQuestionController {
...
@@ -104,6 +104,11 @@ public class ResearchQuestionController {
}
}
}
}
@PostMapping
(
"/batch/updateNo"
)
@ApiOperation
(
value
=
"编辑调研问题时,修改问题得排序"
)
public
Response
<
Integer
>
updateNo
(
@RequestBody
QuestionJumpVo
vo
){
return
Response
.
ok
(
researchQuestionClient
.
updateNo
(
vo
));
}
@PostMapping
(
"/batch/update"
)
@PostMapping
(
"/batch/update"
)
@ApiOperation
(
value
=
"编辑调研问题时,修改问题"
)
@ApiOperation
(
value
=
"编辑调研问题时,修改问题"
)
...
@@ -428,7 +433,7 @@ public class ResearchQuestionController {
...
@@ -428,7 +433,7 @@ public class ResearchQuestionController {
trResearchQuestionOption
.
setNo
(
otherOption
.
getNo
());
trResearchQuestionOption
.
setNo
(
otherOption
.
getNo
());
trResearchQuestionOption
.
setEditable
(
otherOption
.
getEditable
());
trResearchQuestionOption
.
setEditable
(
otherOption
.
getEditable
());
trResearchQuestionOption
.
setJumpNum
(
otherOption
.
getJumpNum
());
trResearchQuestionOption
.
setJumpNum
(
otherOption
.
getJumpNum
());
trResearchQuestionOption
.
setNo
(-
1
);
//
trResearchQuestionOption.setNo(-1);
trResearchQuestionOption
.
setContent
(
otherOption
.
getContent
());
trResearchQuestionOption
.
setContent
(
otherOption
.
getContent
());
trResearchQuestionOption
.
setRequired
(
otherOption
.
getRequired
());
trResearchQuestionOption
.
setRequired
(
otherOption
.
getRequired
());
trResearchQuestionOption
.
setIsOther
(
1
);
trResearchQuestionOption
.
setIsOther
(
1
);
...
...
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