This commit is contained in:
psh
2024-01-09 14:47:07 +08:00
parent 24307dc65a
commit 5e3f9d1e29

View File

@@ -118,6 +118,7 @@ public class WmsToAcsController {
@PostMapping("/getDeviceStatus2")
@Log("查询大屏设备")
@ApiOperation("查询大屏设备")
@SaIgnore
public ResponseEntity<Object> getDeviceStatus2(@RequestBody JSONArray param) {
return new ResponseEntity<>(wmstoacsService.getDeviceStatus2(param), HttpStatus.OK);
}