소스 검색

Merge remote-tracking branch 'origin/master'

pangjl 4 년 전
부모
커밋
53218449ec
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/minpay/mt/machine/action/MachineManageAction.java

+ 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");
 
         // 生成二维码图片到本地