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

Commit 22bb0389 authored by 胡佳晨's avatar 胡佳晨

KylinDamaiServiceImpl 大麦同步修改

KylinPerformancesMapper.xml admin 演出详情 增加根据票种名称排序
KylinTicketsPartnerServiceImpl 票种增加价格排序
KylinTicketTimesPartnerServiceImpl 场次根据 创建时间排序
orderList.html 增加短订单查询
KylinPerformancesServiceImpl 增加 根据券规则获取演出id
parent 52ca7b6d
...@@ -240,7 +240,7 @@ public class KylinPerformancesController { ...@@ -240,7 +240,7 @@ public class KylinPerformancesController {
return kylinLackRegistersService.addLackRegister(performancesId, ticketsId); return kylinLackRegistersService.addLackRegister(performancesId, ticketsId);
} }
@PostMapping("couponPerformanceId") @GetMapping("couponPerformanceId")
@ApiOperation("根据券信息获取演出id") @ApiOperation("根据券信息获取演出id")
@ApiImplicitParams({ @ApiImplicitParams({
@ApiImplicitParam(type = "query", dataType = "Integer", name = "useScope", value = "适用范围[91-场次|92-票]", required = true), @ApiImplicitParam(type = "query", dataType = "Integer", name = "useScope", value = "适用范围[91-场次|92-票]", required = true),
......
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