shjung hace 2 años
padre
commit
211b66a05f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/java/com/its/op/entity/its/scrs/TbScSgnlCtlr.java

+ 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);
                 }