|
|
@@ -259,7 +259,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(id).concat("&equType=00"));
|
|
|
+ serviceUrl = "http://".concat(serviceUrl.concat("/admin/h5/index.html?equId=").concat(id));
|
|
|
//String urlString = URLEncoder.encode(, "GBK");
|
|
|
|
|
|
// 生成二维码图片到本地
|
|
|
@@ -295,7 +295,7 @@ public class MachineManageAction implements IMINAction {
|
|
|
.insertSelective(pro);
|
|
|
for (int i = 1; i < size; i++) {
|
|
|
String ids = Service.lookup(IPublicService.class).getSequence("EQU_MACHINE_NO");
|
|
|
- serviceUrl = "http://".concat(serviceUrl.concat("/admin/h5/index.html?equId=").concat(ids).concat("&equType=00"));
|
|
|
+ serviceUrl = "http://".concat(serviceUrl.concat("/admin/h5/index.html?equId=").concat(ids));
|
|
|
//String urlString = URLEncoder.encode(, "GBK");
|
|
|
OutputStream outputStreams = new FileOutputStream(file);
|
|
|
// 生成二维码图片到本地
|