1、增加设备参数导出
This commit is contained in:
parent
72f78b5be2
commit
5043434a6f
@ -66,6 +66,7 @@ public class Forwarder {
|
|||||||
List<GnssDevice> gnssDeviceList = deviceMapper.selectList(queryWrapper);
|
List<GnssDevice> gnssDeviceList = deviceMapper.selectList(queryWrapper);
|
||||||
List<GnssCalcData> recordsToSend;
|
List<GnssCalcData> recordsToSend;
|
||||||
for(GnssDevice device:gnssDeviceList){
|
for(GnssDevice device:gnssDeviceList){
|
||||||
|
if(device.getOpmode() != GnssDevice.OP_MODE_USE) continue;
|
||||||
String projectId = device.getProject_id();
|
String projectId = device.getProject_id();
|
||||||
if(projectId == null) continue;
|
if(projectId == null) continue;
|
||||||
|
|
||||||
|
|||||||
@ -112,7 +112,7 @@
|
|||||||
elem: '#currentTableId',
|
elem: '#currentTableId',
|
||||||
url: '/gnss/device/list',
|
url: '/gnss/device/list',
|
||||||
toolbar: '#toolbarTop',
|
toolbar: '#toolbarTop',
|
||||||
defaultToolbar: ['filter'],
|
defaultToolbar: ['filter','exports'],
|
||||||
cols: [
|
cols: [
|
||||||
cfg_cols
|
cfg_cols
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user