Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
legobackend
/
lego-manage
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
7c53800e
authored
2025-08-10 17:14:54 +0800
by
chentao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
2ccec55b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
lego-admin/src/main/java/com/lego/web/controller/core/CourseController.java
lego-admin/src/main/java/com/lego/web/controller/core/CourseController.java
View file @
7c53800
...
...
@@ -83,6 +83,7 @@ public class CourseController extends BaseController {
OssClient
storage
=
OssFactory
.
instance
();
for
(
CourseVo
courseVo
:
list
)
{
String
ossIds
=
courseVo
.
getTwoDimensionalType
();
System
.
out
.
println
(
"ossIds==============="
+
ossIds
);
StringBuffer
newOssIds
=
new
StringBuffer
(
""
);
if
(
StringUtils
.
isNotBlank
(
ossIds
)){
String
[]
arr
=
ossIds
.
split
(
","
);
...
...
@@ -186,6 +187,7 @@ public class CourseController extends BaseController {
}
ossIds
=
courseVo
.
getTwoDimensionalUrl
();
System
.
out
.
println
(
"ossIds==============="
+
ossIds
);
newOssIds
=
new
StringBuffer
(
""
);
if
(
StringUtils
.
isNotBlank
(
ossIds
)){
String
[]
arr
=
ossIds
.
split
(
","
);
...
...
@@ -287,6 +289,7 @@ public class CourseController extends BaseController {
}
ossIds
=
courseVo
.
getThreeDimensionalType
();
System
.
out
.
println
(
"ossIds==============="
+
ossIds
);
newOssIds
=
new
StringBuffer
(
""
);
if
(
StringUtils
.
isNotBlank
(
ossIds
)){
String
[]
arr
=
ossIds
.
split
(
","
);
...
...
@@ -388,6 +391,7 @@ public class CourseController extends BaseController {
}
ossIds
=
courseVo
.
getThreeDimensionalUrl
();
System
.
out
.
println
(
"ossIds==============="
+
ossIds
);
newOssIds
=
new
StringBuffer
(
""
);
if
(
StringUtils
.
isNotBlank
(
ossIds
)){
String
[]
arr
=
ossIds
.
split
(
","
);
...
...
@@ -489,6 +493,7 @@ public class CourseController extends BaseController {
}
ossIds
=
courseVo
.
getCaseOssId
();
System
.
out
.
println
(
"ossIds==============="
+
ossIds
);
newOssIds
=
new
StringBuffer
(
""
);
if
(
StringUtils
.
isNotBlank
(
ossIds
)){
String
[]
arr
=
ossIds
.
split
(
","
);
...
...
@@ -590,6 +595,7 @@ public class CourseController extends BaseController {
}
ossIds
=
courseVo
.
getTeachingOssId
();
System
.
out
.
println
(
"ossIds==============="
+
ossIds
);
newOssIds
=
new
StringBuffer
(
""
);
if
(
StringUtils
.
isNotBlank
(
ossIds
)){
String
[]
arr
=
ossIds
.
split
(
","
);
...
...
@@ -691,6 +697,7 @@ public class CourseController extends BaseController {
}
ossIds
=
courseVo
.
getPptOssId
();
System
.
out
.
println
(
"ossIds==============="
+
ossIds
);
newOssIds
=
new
StringBuffer
(
""
);
if
(
StringUtils
.
isNotBlank
(
ossIds
)){
String
[]
arr
=
ossIds
.
split
(
","
);
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment