1 changed files with 28 additions and 0 deletions
@ -0,0 +1,28 @@ |
|||
package com.epmet.datareport.controller.plugins; |
|||
|
|||
import org.springframework.web.bind.annotation.RequestMapping; |
|||
import org.springframework.web.bind.annotation.RestController; |
|||
|
|||
/** |
|||
* 大屏工作日志相关输出接口 |
|||
* |
|||
* @author yinzuomei@elink-cn.com |
|||
* @date 2021/2/21 19:51 |
|||
*/ |
|||
@RestController |
|||
@RequestMapping("plugins/workrecord") |
|||
public class WorkRecordController { |
|||
//todo
|
|||
//5、【工作日志】本机及下级排名
|
|||
//NEI接口地址:https://nei.netease.com/interface/detail/?pid=57068&id=348966
|
|||
//返参中的当前组织的参与人数、组织次数 直接sum所有下级的值;
|
|||
//下级根据当前组织的areaCode查询下级列表,再去查询screen_work_record_org_daily
|
|||
//legend来源于screen_customer_work_record_dict表 level=2,dataType=party
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
//6、【工作日志】近12月趋势图
|
|||
//NEI接口地址:https://nei.netease.com/interface/detail/?pid=57068&id=348967
|
|||
} |
Loading…
Reference in new issue