fix issue
This commit is contained in:
parent
1acc30f410
commit
d2ed1ceec8
|
|
@ -62,7 +62,7 @@ public class RepairTestInputController extends BaseController {
|
||||||
|
|
||||||
@ApiOperation(value = "修试后入库-入库操作")
|
@ApiOperation(value = "修试后入库-入库操作")
|
||||||
@PreventRepeatSubmit
|
@PreventRepeatSubmit
|
||||||
@Log(title = "修试后入库-入库操作", businessType = BusinessType.MATERIAL)
|
//@Log(title = "修试后入库-入库操作", businessType = BusinessType.MATERIAL)
|
||||||
@PostMapping("inputByType")
|
@PostMapping("inputByType")
|
||||||
public AjaxResult inputByType(@RequestBody RepairTestInputDto dto){
|
public AjaxResult inputByType(@RequestBody RepairTestInputDto dto){
|
||||||
return service.inputByType(dto);
|
return service.inputByType(dto);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue