fix: bug修复

This commit is contained in:
2025-05-30 10:37:07 +08:00
parent d0ba3ac408
commit 1756706642

View File

@@ -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气胀轴库信息失败...");