记得上下班打卡 | 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
cfd0961f
Commit
cfd0961f
authored
Dec 07, 2021
by
胡佳晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
d40faf19
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
KylinPerformancesPartnerServiceImpl.java
...ant/service/impl/KylinPerformancesPartnerServiceImpl.java
+1
-0
KylinPerformancesController.java
...latform/controller/kylin/KylinPerformancesController.java
+1
-1
No files found.
liquidnet-bus-service/liquidnet-service-merchant/liquidnet-service-merchant-impl/src/main/java/com/liquidnet/service/merchant/service/impl/KylinPerformancesPartnerServiceImpl.java
View file @
cfd0961f
...
@@ -820,6 +820,7 @@ public class KylinPerformancesPartnerServiceImpl implements IKylinPerformancesPa
...
@@ -820,6 +820,7 @@ public class KylinPerformancesPartnerServiceImpl implements IKylinPerformancesPa
}
}
mongoMerchantUtils
.
updatePerformancePartnerVoById
(
performancePartnerVo
);
mongoMerchantUtils
.
updatePerformancePartnerVoById
(
performancePartnerVo
);
mongoMerchantUtils
.
updateKylinPerformanceVoById
(
performanceVo
);
mongoMerchantUtils
.
updateKylinPerformanceVoById
(
performanceVo
);
redisMerchantUtils
.
delPerformanceVo
(
performanceVo
.
getPerformancesId
());
log
.
info
(
UserPathDto
.
setPartnerData
(
"0"
,
"withdraw"
,
"performancesId="
+
performancesId
,
"撤回成功"
));
log
.
info
(
UserPathDto
.
setPartnerData
(
"0"
,
"withdraw"
,
"performancesId="
+
performancesId
,
"撤回成功"
));
return
ResponseDto
.
success
(
"撤回成功"
);
return
ResponseDto
.
success
(
"撤回成功"
);
}
else
{
}
else
{
...
...
liquidnet-bus-service/liquidnet-service-platform/liquidnet-service-platform-impl/src/main/java/com/liquidnet/service/platform/controller/kylin/KylinPerformancesController.java
View file @
cfd0961f
...
@@ -58,7 +58,7 @@ public class KylinPerformancesController {
...
@@ -58,7 +58,7 @@ public class KylinPerformancesController {
@GetMapping
(
value
=
"line"
)
@GetMapping
(
value
=
"line"
)
@ApiOperation
(
value
=
"演出状态管理"
,
position
=
9
)
@ApiOperation
(
value
=
"演出状态管理"
,
position
=
9
)
@ApiResponse
(
code
=
200
,
message
=
"接口返回对象参数"
)
@ApiResponse
(
code
=
200
,
message
=
"接口返回对象参数"
)
public
ResponseDto
<
Boolean
>
performanceLine
(
@RequestParam
(
"performancesId"
)
@NotNull
(
message
=
"演出ID不能为空"
)
String
performancesId
)
{
public
ResponseDto
<
Boolean
>
performanceLine
()
{
try
{
try
{
List
<
KylinTimePerformanceVo
>
voList
=
mongoTemplate
.
findAll
(
KylinTimePerformanceVo
.
class
,
KylinTimePerformanceVo
.
class
.
getSimpleName
());
List
<
KylinTimePerformanceVo
>
voList
=
mongoTemplate
.
findAll
(
KylinTimePerformanceVo
.
class
,
KylinTimePerformanceVo
.
class
.
getSimpleName
());
for
(
KylinTimePerformanceVo
item
:
voList
)
{
for
(
KylinTimePerformanceVo
item
:
voList
)
{
...
...
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