|
|
@@ -119,7 +119,8 @@ public class DataUtil {
|
|
|
BufferedReader br = new BufferedReader(new InputStreamReader(is, enconding));
|
|
|
pro.load(br);
|
|
|
String mes_server_ip = pro.getProperty("mes.server_ip");
|
|
|
- String oprno = pro.getProperty("mes.gw").trim(); // oprno
|
|
|
+// String oprno = pro.getProperty("mes.gw").trim(); // oprno
|
|
|
+ String oprno = "OP220A"; // oprno
|
|
|
String lineSn = pro.getProperty("mes.line_sn").trim(); // lineSn
|
|
|
String url = "http://"+mes_server_ip+":8980/js/a/mes/mesProductRecord/pcbindRecord";
|
|
|
String params = "__ajax=json&oprno="+oprno+"&lineSn="+lineSn+"&sn="+sn+"&result="+ret+"&ucode="+user + "&craft="+craft+"&materielSn="+materielSn;
|