fix: 工具类恢复
This commit is contained in:
@@ -38,7 +38,7 @@ public class PaperTubeController {
|
||||
|
||||
@PostMapping("/PaperDeviceOperate")
|
||||
@Log("纸管库操作")
|
||||
|
||||
@SaIgnore
|
||||
public ResponseEntity<Object> PaperDeviceOperate(@RequestBody JSONObject whereJson) {
|
||||
return new ResponseEntity<>(paperTubeService.PaperDeviceOperate(whereJson), HttpStatus.OK);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user