记得上下班打卡 | git大法好,push需谨慎

Commit 065d7e52 authored by Tice's avatar Tice

fix bug

parent 56e3aff2
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
detailUrl: prefix + "/details/{id}", detailUrl: prefix + "/details/{id}",
sortName: "createdAt", sortName: "createdAt",
sortOrder: "desc", sortOrder: "desc",
modalName: "-场地审核", modalName: "场地审核",
columns: [{ columns: [{
checkbox: true checkbox: true
}, },
......
...@@ -161,7 +161,7 @@ public class KylinPerformancesAdminServiceImpl extends ServiceImpl<KylinPerforma ...@@ -161,7 +161,7 @@ public class KylinPerformancesAdminServiceImpl extends ServiceImpl<KylinPerforma
} }
performanceVoUtils.performanceVoStatus(performancesId); performanceVoUtils.performanceVoStatus(performancesId);
//权限 //权限
innerService.reportP(dataUtils.getPerformanceVo(performancesId),data.getApprovalUrl(),data.getSponsorId()); // innerService.reportP(dataUtils.getPerformanceVo(performancesId),data.getApprovalUrl(),data.getSponsorId());
} else { //只修改演出相关 场次 票 (不包括 库存 售卖时间 限购) } else { //只修改演出相关 场次 票 (不包括 库存 售卖时间 限购)
log.info(" PERFORMANCE 演出审核 修改"); log.info(" PERFORMANCE 演出审核 修改");
......
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