fix: 工具类恢复

This commit is contained in:
2025-04-21 16:35:31 +08:00
parent 5f8180b844
commit 000241fda5

View File

@@ -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);
}