订单申诉完成是,无需进行撤销申诉操作
This commit is contained in:
@@ -71,10 +71,9 @@ public class OrderComplaintStoreController {
|
||||
@ApiOperation(value = "修改申诉信息")
|
||||
@PutMapping
|
||||
public ResultMessage<OrderComplaintVO> update(OrderComplaintVO orderComplainVO) {
|
||||
orderComplainVO.setStoreId(UserContext.getCurrentUser().getId());
|
||||
orderComplainVO.setStoreId(UserContext.getCurrentUser().getStoreId());
|
||||
orderComplaintService.updateOrderComplain(orderComplainVO);
|
||||
return ResultUtil.data(orderComplainVO);
|
||||
|
||||
}
|
||||
|
||||
@ApiOperation(value = "申诉")
|
||||
|
||||
Reference in New Issue
Block a user