Commit 30e6c7dc by 梅存智

增加图片字段

parent 513666d0
......@@ -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;
......
......@@ -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);
......
......@@ -31,6 +31,9 @@ public class MyItemVO {
@ApiModelProperty(value = "配合前端在PC端跳转页面所需addUrl")
private String addUrl;
@ApiModelProperty(value = "logo图标地址")
private String logoImg;
public MyItemVO() {
super();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment