删掉miniflush
This commit is contained in:
@@ -66,11 +66,5 @@ public class MiniOpenPreparationController {
|
||||
public ResponseResult<FirstOrderDTO> get(@RequestParam("shopId") Long shopId) {
|
||||
return ResponseResult.success(firstOrderService.getOrder(shopId));
|
||||
}
|
||||
@ApiModelProperty("刷新")
|
||||
@GetMapping("/firstOrder/flush")
|
||||
public ResponseResult<FirstOrderDTO> flush(@RequestParam Long shopId) {
|
||||
return ResponseResult.success( firstOrderService.flush(shopId));
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user