zhongrj
2023-12-08 95b938586c9a6b0fe0d57157a999a999c33a0c48
src/main/java/org/springblade/modules/mechanism/controller/MechanismController.java
@@ -140,7 +140,7 @@
      String type = URLEncoder.encode(mechanism.getType(), "UTF-8");
      String mtype = URLEncoder.encode(mechanism.getMtype(), "UTF-8");
      String loutype = URLEncoder.encode(mechanism.getLoutype(), "UTF-8");
      String xtype = URLEncoder.encode(mechanism.getXtype(), "UTF-8");
      String campus = URLEncoder.encode(mechanism.getCampus(), "UTF-8");
      String heading = URLEncoder.encode(mechanism.getHeading(), "UTF-8");
      String pitch = URLEncoder.encode(mechanism.getPitch(), "UTF-8");
      String roll = URLEncoder.encode(mechanism.getRoll(), "UTF-8");
@@ -157,7 +157,7 @@
         "&type=" + type +
         "&mtype=" + mtype +
         "&loutype=" + loutype +
         "&xtype=" + xtype +
         "&campus=" + campus +
         "&heading=" + heading +
         "&pitch=" + pitch +
         "&roll=" + roll +