Commit 72ee2123 LN

bug修改。

1 个父辈 72bf5392
...@@ -50,7 +50,7 @@ public class SiemensApi implements ITaskListener { ...@@ -50,7 +50,7 @@ public class SiemensApi implements ITaskListener {
Map<String, Object> params = new HashMap<String, Object>(); Map<String, Object> params = new HashMap<String, Object>();
params.put("LotID", lot); params.put("LotID", lot);
params.put("ACTION", inoutType); params.put("ACTION", action);
String result = HttpHelper.postJson(config.url, params); String result = HttpHelper.postJson(config.url, params);
log.info("Siemens[" + config.url + "]返回料盘[" + lot + "]的[" + action + "]结果:" + result); log.info("Siemens[" + config.url + "]返回料盘[" + lot + "]的[" + action + "]结果:" + result);
Map<String,Object> returnMap= JsonUtil.toMap(result); Map<String,Object> returnMap= JsonUtil.toMap(result);
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!