Quellcode durchsuchen

Merge remote-tracking branch 'origin/master'

pangjl vor 4 Jahren
Ursprung
Commit
53218449ec

+ 1 - 1
src/main/java/com/minpay/mt/machine/action/MachineManageAction.java

@@ -1367,7 +1367,7 @@ public class MachineManageAction implements IMINAction {
         OutputStream outputStream = new FileOutputStream(file);
         String serviceUrl = Service.lookup(IPropertiesService.class)
                 .getSystemProperties().get(channel+"_TO_MACHINE_ERWERMA").getKey();
-        serviceUrl = "http://".concat(serviceUrl.concat("/admin/h5/index.html?equId=").concat(equId).concat("&equType=").concat(equType));
+        serviceUrl = "http://".concat(serviceUrl.concat("/admin/h5/index.html?equId=").concat(equId));
         //String urlString = URLEncoder.encode(, "GBK");
 
         // 生成二维码图片到本地