bugfix
This commit is contained in:
@@ -46,7 +46,6 @@ public class PreparationController {
|
||||
return ResponseResult.success(preparationService.getPreparationDetail(shopId));
|
||||
}
|
||||
|
||||
|
||||
@ApiOperation("筹建进展")
|
||||
@GetMapping("/getPreparationProcess")
|
||||
public ResponseResult<PreparationProcessVO> getPreparationProcess(@RequestParam("shopId")Long shopId) {
|
||||
|
||||
Reference in New Issue
Block a user