Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
education
Project
Project
Details
Activity
Releases
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
李丛阳
education
Commits
e0d36dfb
Commit
e0d36dfb
authored
Jul 09, 2020
by
luzhuang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改链接
parent
9ed57d92
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
BChapterController.java
...soft/business/bchapter/controller/BChapterController.java
+2
-2
No files found.
src/main/java/org/rcisoft/business/bchapter/controller/BChapterController.java
View file @
e0d36dfb
...
@@ -199,8 +199,8 @@ public class BChapterController extends PaginationController<BChapter> {
...
@@ -199,8 +199,8 @@ public class BChapterController extends PaginationController<BChapter> {
@ApiImplicitParam
(
name
=
"ids"
,
value
=
"课程ids(用英文逗号隔开)"
,
required
=
true
,
dataType
=
"varchar"
)
@ApiImplicitParam
(
name
=
"ids"
,
value
=
"课程ids(用英文逗号隔开)"
,
required
=
true
,
dataType
=
"varchar"
)
@PostMapping
(
"/getBatchsDownload"
)
@PostMapping
(
"/getBatchsDownload"
)
public
Result
getBatchsDownload
(
CurUser
curUser
,
@RequestParam
String
ids
,
BindingResult
br
)
throws
IOException
{
public
Result
getBatchsDownload
(
CurUser
curUser
,
@RequestParam
String
ids
,
BindingResult
br
)
throws
IOException
{
//
String newFileUrl = bChapterService.getBatchsDownload(ids);
String
newFileUrl
=
bChapterService
.
getBatchsDownload
(
ids
);
String
newFileUrl
=
"http://192.168.5.54/eduServer/course/zip/6d454523b48d4885a6e2bee4a2bcd967.zip"
;
//
String newFileUrl = "http://192.168.5.54/eduServer/course/zip/6d454523b48d4885a6e2bee4a2bcd967.zip";
return
Result
.
builder
(
new
PersistModel
(
1
),
return
Result
.
builder
(
new
PersistModel
(
1
),
MessageConstant
.
MESSAGE_ALERT_SUCCESS
,
MessageConstant
.
MESSAGE_ALERT_SUCCESS
,
MessageConstant
.
MESSAGE_ALERT_ERROR
,
MessageConstant
.
MESSAGE_ALERT_ERROR
,
...
...
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