feat:预炸
This commit is contained in:
@@ -37,5 +37,12 @@ public class PCPreFryRecordsController {
|
||||
return ResponseResult.success(preFryRecordsService.queryByQueryDTO(dto));
|
||||
}
|
||||
|
||||
@ApiOperation("预炸记录详情列表")
|
||||
@GetMapping("/queryById")
|
||||
public ResponseResult<PreFryRecordsDetailDTO> queryById(@RequestParam(required = true, value = "id") Long id) {
|
||||
log.info("预炸记录详情:{}", JSONObject.toJSONString(id));
|
||||
return ResponseResult.success(preFryRecordsService.getById(id));
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user