zrj
2024-08-30 8954ec90143fb27f3b860a316531062b5d9e1171
src/main/java/org/springblade/modules/mechanism/controller/MechanismController.java
@@ -45,7 +45,7 @@
import org.springblade.modules.mechanism.service.IMechanismService;
import org.springblade.core.boot.ctrl.BladeController;
import springfox.documentation.annotations.ApiIgnore;
import sun.misc.BASE64Encoder;
//import sun.misc.BASE64Encoder;
import java.io.ByteArrayInputStream;
import java.io.IOException;
@@ -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 +