rev 修改bug
This commit is contained in:
@@ -117,7 +117,7 @@ public class NDCAgvServiceImpl implements NDCAgvService {
|
||||
(byte) 0X00, (byte) 0X12,
|
||||
(byte) 0X00, (byte) 0X01,
|
||||
(byte) 0X00, (byte) 0X71,
|
||||
(byte) 0X00, (byte) 0X12,
|
||||
(byte) 0X00, (byte) 0X0E,
|
||||
(byte) 0X01, (byte) 0X80,
|
||||
(byte) 0X00, (byte) 0X01,
|
||||
(byte) ikeyhigh, (byte) ikeylow,
|
||||
|
||||
@@ -412,11 +412,6 @@ public class InstructionServiceImpl extends CommonServiceImpl<InstructionMapper,
|
||||
if (StrUtil.isEmpty(dto.getLink_num())) {
|
||||
dto.setIs_send(task.getLink_num());
|
||||
}
|
||||
if (ObjectUtil.isNotEmpty(task.getTask_type()) && task.getClass_type().length()==2) {
|
||||
dto.setInstruction_type(task.getClass_type());
|
||||
} else {
|
||||
dto.setInstruction_type(task.getTask_type());
|
||||
}
|
||||
|
||||
// 起点设备与终点设备相同则为初始指令
|
||||
if (StrUtil.equals(task.getStart_device_code(), dto.getStart_device_code())) {
|
||||
|
||||
Reference in New Issue
Block a user