fix: bug修复
This commit is contained in:
@@ -643,7 +643,7 @@ public class AutoCallAirShaftTask extends Prun {
|
|||||||
// todo: 暂时都是B1
|
// todo: 暂时都是B1
|
||||||
device_obj.put("product_area", "B1");
|
device_obj.put("product_area", "B1");
|
||||||
JSONObject pointStatus = wmsToAcsService.getPointStatus(device_rows);
|
JSONObject pointStatus = wmsToAcsService.getPointStatus(device_rows);
|
||||||
if (ObjectUtil.isEmpty(pointStatus) || ObjectUtil.isEmpty(pointStatus.getJSONObject("data")) || ObjectUtil.isEmpty(pointStatus.getJSONArray("data"))) {
|
if (ObjectUtil.isEmpty(pointStatus) || ObjectUtil.isEmpty(pointStatus.getJSONArray("data"))) {
|
||||||
stepStr += ",98";
|
stepStr += ",98";
|
||||||
log.error("获取气胀轴库信息失败");
|
log.error("获取气胀轴库信息失败");
|
||||||
stepErrorInfo.add("获取ACS气胀轴库信息失败...");
|
stepErrorInfo.add("获取ACS气胀轴库信息失败...");
|
||||||
|
|||||||
Reference in New Issue
Block a user