jx pcn takt collect value div 10

tags/yfai-pcn-ext-v1.0
王杰 1 year ago
parent f3a65e02f5
commit 575ea9e318

@ -53,7 +53,7 @@ public class SxThirdPartyPlcCollectCellTaktStepService implements ISxThirdPartyP
SxWorkCellTaktCollectRecord workCellTaktCollectRecord = new SxWorkCellTaktCollectRecord();
workCellTaktCollectRecord.setWorkCenterCode(workCenterCode);
workCellTaktCollectRecord.setWorkCellCode(workCellCode);
workCellTaktCollectRecord.setWorkTakt(targetValue);
workCellTaktCollectRecord.setWorkTakt(String.valueOf(MathOperation.div(new Double(targetValue), new Double(10))));
workCellTaktCollectRecord.setOrganizeCode(organizeCode);
workCellTaktCollectRecord.setSystemSyncStatus(MesPcnExtEnumUtil.IF_SYNC_STATUS.NO_SYNC.getValue());
ConvertBean.serviceModelInitialize(workCellTaktCollectRecord, MesPcnExtConstWords.JOB);

Loading…
Cancel
Save