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