1、增加设备参数导出

This commit is contained in:
weidong 2024-01-30 14:33:45 +08:00
parent 72f78b5be2
commit 5043434a6f
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -112,7 +112,7 @@
elem: '#currentTableId',
url: '/gnss/device/list',
toolbar: '#toolbarTop',
defaultToolbar: ['filter'],
defaultToolbar: ['filter','exports'],
cols: [
cfg_cols
],