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