fix: 装箱修改
This commit is contained in:
@@ -553,11 +553,11 @@ public class BoxPackageManipulatorDeviceDriver extends AbstractOpcDeviceDriver i
|
|||||||
map12.put("value", interactionJsonDTO.getFrpModel());
|
map12.put("value", interactionJsonDTO.getFrpModel());
|
||||||
list.add(map12);
|
list.add(map12);
|
||||||
}
|
}
|
||||||
if (ObjectUtil.isNotEmpty(interactionJsonDTO.getIsHave())) {
|
// if (ObjectUtil.isNotEmpty(interactionJsonDTO.getIsHave())) {
|
||||||
map13.put("code", "to_have_or_not");
|
// map13.put("code", "to_have_or_not");
|
||||||
map13.put("value", interactionJsonDTO.getIsHave());
|
// map13.put("value", interactionJsonDTO.getIsHave());
|
||||||
list.add(map13);
|
// list.add(map13);
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
this.writing(list);
|
this.writing(list);
|
||||||
luceneExecuteLogService.deviceExecuteLog(LuceneLogDto.builder()
|
luceneExecuteLogService.deviceExecuteLog(LuceneLogDto.builder()
|
||||||
|
|||||||
Reference in New Issue
Block a user