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

Commit a7056a54 authored by 胡佳晨's avatar 胡佳晨

修改场次 改票的适用时间

parent 960cfb25
...@@ -101,7 +101,7 @@ public class GoblinAppZhengzaiController { ...@@ -101,7 +101,7 @@ public class GoblinAppZhengzaiController {
}) })
public ResponseDto<Boolean> orderPush(@RequestParam("offCode") @Valid String offCode, public ResponseDto<Boolean> orderPush(@RequestParam("offCode") @Valid String offCode,
@RequestParam("marketId") @Valid String marketId) { @RequestParam("marketId") @Valid String marketId) {
return goblinAppZhengzaiService.orderPush(offCode, marketId); return goblinAppZhengzaiService.orderPush(offCode, "ZZ" +marketId);
} }
@PostMapping("orderPushDetails") @PostMapping("orderPushDetails")
......
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