Commit f62d9182 authored by wanghao's avatar wanghao

1 MES上传调整

parent 9d5c0d0c
...@@ -184,6 +184,11 @@ public class PalletDeviceUploadHistoryServiceImpl implements IPalletDeviceUpload ...@@ -184,6 +184,11 @@ public class PalletDeviceUploadHistoryServiceImpl implements IPalletDeviceUpload
mesDeviceDomain.setCalibrationConcentration(palletDeviceBinding.getCalibrationConcentration()); mesDeviceDomain.setCalibrationConcentration(palletDeviceBinding.getCalibrationConcentration());
// 标定状态 // 标定状态
mesDeviceDomain.setCalibrationConcentrationStatus(palletDeviceBinding.getCalibrationConcentrationStatus()); mesDeviceDomain.setCalibrationConcentrationStatus(palletDeviceBinding.getCalibrationConcentrationStatus());
mesDeviceDomain.setRecordYear(palletDeviceBinding.getRecordYear());
mesDeviceDomain.setRecordMonth(palletDeviceBinding.getRecordMonth());
mesDeviceDomain.setRecordDate(palletDeviceBinding.getRecordDate());
mesDeviceDomain.setRecordHour(palletDeviceBinding.getRecordHour());
mesDeviceDomain.setRecordMinute(palletDeviceBinding.getRecordMinute());
mesDeviceDomains.add(mesDeviceDomain); mesDeviceDomains.add(mesDeviceDomain);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment