更新
This commit is contained in:
@@ -159,7 +159,7 @@ public class SiemensConveyorDeviceDriver extends AbstractOpcDeviceDriver impleme
|
||||
}
|
||||
if (move != last_move) {
|
||||
message = null;
|
||||
if (move == 0 && mode == 2) {
|
||||
if (move == 0 ) {
|
||||
inst_message = null;
|
||||
this.clearWrite();
|
||||
}
|
||||
|
||||
@@ -715,6 +715,7 @@ public class InstructionServiceImpl implements InstructionService, ApplicationAu
|
||||
}
|
||||
|
||||
removeByCodeFromCache(entity.getInstruction_code());
|
||||
this.reload();
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -770,7 +771,7 @@ public class InstructionServiceImpl implements InstructionService, ApplicationAu
|
||||
deviceService.changeDeviceStatus(jo1);
|
||||
|
||||
removeByCodeFromCache(dto.getInstruction_code());
|
||||
|
||||
this.reload();
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -942,6 +943,7 @@ public class InstructionServiceImpl implements InstructionService, ApplicationAu
|
||||
}
|
||||
removeByCodeFromCache(entity.getInstruction_code());
|
||||
}
|
||||
this.reload();
|
||||
|
||||
}
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user