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