Commit 45f8fc26 by huluobin

Saas提示

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