Commit 24ba5f4c authored by suhuiguang's avatar suhuiguang

1.1.统计服务合并,接口api整理

parent 9a1e6e0c
......@@ -18,7 +18,11 @@ import java.util.List;
@RequestMapping(value = "/st-common")
public class StCommonController {
StCommonServiceImpl commonService;
private StCommonServiceImpl commonService;
public StCommonController(StCommonServiceImpl commonService) {
this.commonService = commonService;
}
/**
* 获取用户regionCode
......
......@@ -30,7 +30,7 @@ import java.util.Map;
*/
@RestController
@Api(tags = "大屏-应急-统计API")
@RequestMapping("/db/yj")
@RequestMapping("/dp/yj")
public class YJDPStatisticsController {
......
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