记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
董敬伟
liquidnet-bus-v1
Commits
6cfca046
Commit
6cfca046
authored
Nov 29, 2021
by
胡佳晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
定时上下线接口 修改
parent
68c9701c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
KylinPerformancePartnerController.java
...erchant/controller/KylinPerformancePartnerController.java
+2
-2
DataImpl.java
...quidnet/service/platform/service/impl/kylin/DataImpl.java
+4
-0
No files found.
liquidnet-bus-service/liquidnet-service-merchant/liquidnet-service-merchant-impl/src/main/java/com/liquidnet/service/merchant/controller/KylinPerformancePartnerController.java
View file @
6cfca046
...
...
@@ -106,7 +106,7 @@ public class KylinPerformancePartnerController {
@ApiImplicitParam
(
type
=
"query"
,
dataType
=
"Integer"
,
name
=
"type"
,
value
=
"类型[1-立即上线|2-定时上线]"
)
})
public
ResponseDto
<
String
>
onLinePerformance
(
@RequestParam
(
"performancesId"
)
@NotNull
(
message
=
"演出ID不能为空"
)
String
performancesId
,
@RequestParam
(
"time"
)
@NotNull
(
message
=
"定时上线时间"
)
String
time
,
@RequestParam
(
name
=
"time"
,
required
=
false
)
String
time
,
@RequestParam
(
"type"
)
Integer
type
)
{
if
(
type
==
1
)
{
return
performancesPartnerService
.
onLinePerformance
(
performancesId
);
...
...
@@ -124,7 +124,7 @@ public class KylinPerformancePartnerController {
@ApiImplicitParam
(
type
=
"query"
,
dataType
=
"Integer"
,
name
=
"type"
,
value
=
"类型[1-立即上线|2-定时上线]"
)
})
public
ResponseDto
<
String
>
outLinePerformance
(
@RequestParam
(
"performancesId"
)
@NotNull
(
message
=
"演出ID不能为空"
)
String
performancesId
,
@RequestParam
(
"time"
)
@NotNull
(
message
=
"定时上线时间"
)
String
time
,
@RequestParam
(
name
=
"time"
,
required
=
false
)
String
time
,
@RequestParam
(
"type"
)
Integer
type
)
{
if
(
type
==
1
)
{
return
performancesPartnerService
.
outLinePerformance
(
performancesId
);
...
...
liquidnet-bus-service/liquidnet-service-platform/liquidnet-service-platform-impl/src/main/java/com/liquidnet/service/platform/service/impl/kylin/DataImpl.java
View file @
6cfca046
...
...
@@ -387,4 +387,8 @@ public class DataImpl {
e
.
printStackTrace
();
}
}
public
void
Account
(){
}
}
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