shjung 2 éve
szülő
commit
211b66a05f

+ 1 - 1
src/main/java/com/its/op/entity/its/scrs/TbScSgnlCtlr.java

@@ -258,7 +258,7 @@ public class TbScSgnlCtlr implements Serializable {
             }
             if (5 == dto.getDirB()) {
                 dto.setDegBI(dto.getDegBI() + 90);
-                dto.setDegBO(dto.getDegBO() + 180)
+                dto.setDegBO(dto.getDegBO() + 180);
                 if (dto.getDegBI() > 360) {
                     dto.setDegBI(dto.getDegBI() - 360);
                 }