fix:更新设备光电状态

This commit is contained in:
zhangzq
2025-02-09 23:50:58 +08:00
parent 87e87ccbd3
commit 4e4ead09aa

View File

@@ -1596,7 +1596,7 @@ public class AcsToWmsServiceImpl implements AcsToWmsService {
}
//查询该设备对应的输送线点位
JSONObject deliver_jo = WQLObject.getWQLObject("").query("point_code = '" + device_code + "'").uniqueResult(0);
JSONObject deliver_jo = WQLObject.getWQLObject("st_ivt_deliverypointivt").query("point_code = '" + device_code + "'").uniqueResult(0);
if (ObjectUtil.isNotEmpty(deliver_jo)) {
char dtl_type = device_code.charAt(device_code.length() - 1);
//判断该点位是否存在未完成的任务