Commit 21c5afd1 authored by hezhen's avatar hezhen

修改核销

parent 7445f488
......@@ -61,7 +61,7 @@ public class OrderTourVerificationController extends CommonBaseController {
return verificationBiz.finishByOrder(verificationId);
}
@RequestMapping(value = "/verification/list",method = RequestMethod.GET)
@RequestMapping(value = "/verification/list",method = RequestMethod.POST)
@ApiOperation(value = "旅游核销订单列表")
public ObjectRestResponse list(@RequestBody TourGoodOrderFindVo tourGoodOrderFindVo) {
return verificationBiz.getVerifications(tourGoodOrderFindVo);
......
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