rev:修改
This commit is contained in:
@@ -166,7 +166,7 @@ public class LampThreecolorDeviceDriver extends AbstractOpcDeviceDriver implemen
|
||||
String[] carArr = {dataList.get(0).getString("id")};
|
||||
JSONObject json = new JSONObject();
|
||||
json.put("vehicles", carArr);
|
||||
if (ObjectUtil.isNotEmpty(carArr)) {
|
||||
if (ObjectUtil.isNotEmpty(carArr[0])) {
|
||||
// 请求下发agv急停
|
||||
XianGongAgvServiceImpl xianGongAgv = SpringContextHolder.getBean(XianGongAgvServiceImpl.class);
|
||||
//创建订单序列
|
||||
@@ -237,5 +237,4 @@ public class LampThreecolorDeviceDriver extends AbstractOpcDeviceDriver implemen
|
||||
public void setDeviceStatus(JSONObject data) {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user