Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
elearn
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
elearn
Commits
30e6c7dc
Commit
30e6c7dc
authored
Dec 02, 2024
by
梅存智
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加图片字段
parent
513666d0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
5 deletions
+11
-5
cloud-system-api/src/main/java/com/yizhi/system/application/enums/ItemCode.java
+7
-4
cloud-system-api/src/main/java/com/yizhi/system/application/system/remote/OrganizationClient.java
+1
-1
cloud-system-api/src/main/java/com/yizhi/system/application/vo/MyItemVO.java
+3
-0
No files found.
cloud-system-api/src/main/java/com/yizhi/system/application/enums/ItemCode.java
View file @
30e6c7dc
...
...
@@ -5,12 +5,12 @@ public enum ItemCode {
JD
(
"qd"
,
"签到"
),
KCSC
(
"kcsc"
,
"课程收藏"
),
JF
(
"jf"
,
"我的积分"
),
PX
(
"px"
,
"我的
培训
"
),
PX
(
"px"
,
"我的
活动
"
),
KC
(
"kc"
,
"我的课程 "
),
ZY
(
"zy"
,
"我的作业"
),
KS
(
"ks"
,
"我的
考
试"
),
KS
(
"ks"
,
"我的
测
试"
),
ZS
(
"zs"
,
"我的证书"
),
DY
(
"dy"
,
"我
的调研
"
),
DY
(
"dy"
,
"我
参与的问卷
"
),
TP
(
"tp"
,
"我的投票"
),
ZK
(
"zk"
,
"我的做课"
),
FX
(
"fx"
,
"我的分享"
),
...
...
@@ -22,7 +22,10 @@ public enum ItemCode {
RW
(
"rw"
,
"我的任务"
),
BG
(
"bg"
,
"我的报告"
),
SUB
(
"sub"
,
"我的订阅"
),
ZJ
(
"zj"
,
"我的专辑"
);
ZJ
(
"zj"
,
"我的专辑"
),
PXCS
(
"pxcs"
,
"我的培训"
),
PL
(
"pl"
,
"我的评论"
),
TG
(
"tg"
,
"我的投稿"
);
private
String
code
;
private
String
name
;
...
...
cloud-system-api/src/main/java/com/yizhi/system/application/system/remote/OrganizationClient.java
View file @
30e6c7dc
...
...
@@ -135,7 +135,7 @@ public interface OrganizationClient {
Boolean
rebuildOrgIndex
(
@RequestBody
ArrayList
<
String
>
companyCodes
);
@GetMapping
(
"/remote/org/index/rebuild/job"
)
Boolean
rebuildOrgIndexJob
(
@RequestParam
Long
companyId
);
Boolean
rebuildOrgIndexJob
(
@RequestParam
(
"companyId"
)
Long
companyId
);
@GetMapping
(
"/remote/org/getChildIds"
)
Set
<
Long
>
getChildIds
(
@RequestParam
(
"orgId"
)
Long
orgId
);
...
...
cloud-system-api/src/main/java/com/yizhi/system/application/vo/MyItemVO.java
View file @
30e6c7dc
...
...
@@ -30,6 +30,9 @@ public class MyItemVO {
@ApiModelProperty
(
value
=
"配合前端在PC端跳转页面所需addUrl"
)
private
String
addUrl
;
@ApiModelProperty
(
value
=
"logo图标地址"
)
private
String
logoImg
;
public
MyItemVO
()
{
super
();
...
...
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