Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gogirl-miniapp-backend
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
huluobin
gogirl-miniapp-backend
Commits
45f8fc26
Commit
45f8fc26
authored
Sep 21, 2020
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Saas提示
parent
88383f54
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
10 deletions
+15
-10
DashboardController.java
.../com/gogirl/interfaces/dashboard/DashboardController.java
+15
-10
No files found.
src/main/java/com/gogirl/interfaces/dashboard/DashboardController.java
View file @
45f8fc26
...
...
@@ -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号升级完成"
);
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment