fix
This commit is contained in:
@@ -118,6 +118,7 @@ public class WmsToAcsController {
|
|||||||
@PostMapping("/getDeviceStatus2")
|
@PostMapping("/getDeviceStatus2")
|
||||||
@Log("查询大屏设备")
|
@Log("查询大屏设备")
|
||||||
@ApiOperation("查询大屏设备")
|
@ApiOperation("查询大屏设备")
|
||||||
|
@SaIgnore
|
||||||
public ResponseEntity<Object> getDeviceStatus2(@RequestBody JSONArray param) {
|
public ResponseEntity<Object> getDeviceStatus2(@RequestBody JSONArray param) {
|
||||||
return new ResponseEntity<>(wmstoacsService.getDeviceStatus2(param), HttpStatus.OK);
|
return new ResponseEntity<>(wmstoacsService.getDeviceStatus2(param), HttpStatus.OK);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user