完成订单
This commit is contained in:
@ -42,7 +42,7 @@ public class PCommonController {
|
|||||||
@PostMapping(value = "/finishOrder")
|
@PostMapping(value = "/finishOrder")
|
||||||
public AjaxResult finishOrder(@RequestBody CommonVO commonVO)
|
public AjaxResult finishOrder(@RequestBody CommonVO commonVO)
|
||||||
{
|
{
|
||||||
return pCommonService.cancelOrder(commonVO);
|
return pCommonService.finshOrder(commonVO);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user