psh 11 months ago
parent
commit
5e3f9d1e29
  1. 1
      acs/nladmin-system/src/main/java/org/nl/acs/ext/wms/rest/WmsToAcsController.java

1
acs/nladmin-system/src/main/java/org/nl/acs/ext/wms/rest/WmsToAcsController.java

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

Loading…
Cancel
Save