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

Commit 013d88a0 authored by 胡佳晨's avatar 胡佳晨

为了方便测试 订单维度 暂时以 演出 id 为 维度

parent a8347c19
......@@ -25,4 +25,12 @@ public class DataController {
Boolean result = data.performance();
return ResponseDto.success(result);
}
@PostMapping("order")
@ApiOperation("订单数据迁移")
public ResponseDto<Boolean> order(int month) {
Boolean result = data.order(month);
return ResponseDto.success(result);
}
}
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