Commit 45f8fc26 by huluobin

Saas提示

parent 88383f54
......@@ -48,7 +48,7 @@ public class DashboardController {
GetStoreTrendApiResp resp = dashboardService.getStoreTrendApi(request);
throw new RRException("Saas服务升级中");
throw new RRException("Saas服务改造升级 预计22号升级完成");
// return JsonResult.success(resp);
}
......@@ -57,7 +57,8 @@ public class DashboardController {
public JsonResult<List<Map<String, Object>>> getStoreListApi(@RequestBody GetStoreListApiRequest request) {
List<Map<String, Object>> result = dashboardService.getStoreListApi(request);
// return JsonResult.success(result);
throw new RRException("Saas服务升级中");
throw new RRException("Saas服务改造升级 预计22号升级完成");
}
......@@ -65,8 +66,7 @@ public class DashboardController {
@PostMapping("/no_preStorageSumApi")
public JsonResult<Map<String, Object>> preStorageSumApi(@RequestBody PreStorageSumApiRequest request) {
Map<String, Object> result = dashboardService.preStorageSumApi(request);
throw new RRException("Saas服务升级中");
throw new RRException("Saas服务改造升级 预计22号升级完成");
}
......@@ -75,7 +75,7 @@ public class DashboardController {
@PostMapping(value = "/api/Report/no_revenueSumByTypeApi")
public JsonResult<Map<String, Object>> revenueSumByTypeApi(@RequestBody RevenueSumByTypeApiRequest request) {
Map<String, Object> result = dashboardService.revenueSumByTypeApi(request);
throw new RRException("Saas服务升级中");
throw new RRException("Saas服务改造升级 预计22号升级完成");
}
......@@ -84,7 +84,8 @@ public class DashboardController {
@PostMapping("/no_revenueTypeListApi")
public JsonResult<List<Map<String, Object>>> revenueTypeListApi(@RequestBody RevenueTypeListRequest request) {
List<Map<String, Object>> result = dashboardService.revenueTypeListApi(request);
throw new RRException("Saas服务升级中");
throw new RRException("Saas服务改造升级 预计22号升级完成");
}
......@@ -93,7 +94,8 @@ public class DashboardController {
@PostMapping("/no_revenueSumApi")
public JsonResult<List<Map<String, Object>>> revenueSumApi(@RequestBody RevenueSumApiRequest request) {
List<Map<String, Object>> result = dashboardService.revenueSumApi(request);
throw new RRException("Saas服务升级中");
throw new RRException("Saas服务改造升级 预计22号升级完成");
}
......@@ -102,7 +104,8 @@ public class DashboardController {
@PostMapping("/no_getTechnicianPage")
public JsonResult<AdminPage<AdminTechnicianScoreResp>> getTechnicianPage(@RequestBody GetTechnicianPageRequest request) {
AdminPage<AdminTechnicianScoreResp> respAdminPage = dashboardService.getTechnicianPage(request);
throw new RRException("Saas服务升级中");
throw new RRException("Saas服务改造升级 预计22号升级完成");
}
......@@ -111,7 +114,8 @@ public class DashboardController {
@PostMapping("/no_achievementsPersonaResultPageApi")
public JsonResult<AdminPage<AchievementsPersonaResult>> achievementsPersonaResultPageApi(@RequestBody AchievementsPersonaResultPageApiRequest request) {
AdminPage<AchievementsPersonaResult> page = dashboardService.achievementsPersonaResultPageApi(request);
throw new RRException("Saas服务升级中");
throw new RRException("Saas服务改造升级 预计22号升级完成");
}
......@@ -120,7 +124,8 @@ public class DashboardController {
@PostMapping("/no_revenueServiceListApi")
public JsonResult<List<Map<String, Object>>> revenueServiceListApi(@RequestBody RevenueServiceListApiRequest request) {
List<Map<String, Object>> result = dashboardService.revenueServiceListApi(request);
throw new RRException("Saas服务升级中");
throw new RRException("Saas服务改造升级 预计22号升级完成");
}
}
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