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