Merge remote-tracking branch 'origin/master'
| | |
| | | device.setStorageUrl(dataConfigList.getStorageUrl()); |
| | | device.setIp(dataConfigList.getIp()); |
| | | device.setFileType(dataConfigList.getFileType()); |
| | | device.setMdbEntrustCode(dataConfigList.getMdbEntrustCode()); |
| | | device.setMdbSampleCode(dataConfigList.getMdbSampleCode()); |
| | | deviceService.updateById(device); |
| | | } else { |
| | | dataConfigService.saveOrUpdateBatch(dataConfigList.getDataConfigList()); |
| | |
| | | |
| | | @ApiModelProperty("设备IP") |
| | | private String ip; |
| | | |
| | | @ApiModelProperty("数采-委托字段") |
| | | private String mdbEntrustCode; |
| | | |
| | | @ApiModelProperty("数采-样品字段") |
| | | private String mdbSampleCode; |
| | | } |
| | |
| | | |
| | | @ApiModelProperty(value = "检验项目id") |
| | | private Integer structureItemParameterId; |
| | | |
| | | private String mdbEntrustCode; |
| | | private String mdbSampleCode; |
| | | } |
| | |
| | | d.collect_url, |
| | | d.storage_url, |
| | | d.ip, |
| | | d.mdb_entrust_code, |
| | | d.mdb_sample_code, |
| | | ip.inspection_item, |
| | | if(ip.inspection_item_subclass is not null and ip.inspection_item_subclass != '', |
| | | ip.inspection_item_subclass, ip.inspection_item) inspection_item_subclass, |