fix:更新设备光电状态
This commit is contained in:
@@ -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)) {
|
if (ObjectUtil.isNotEmpty(deliver_jo)) {
|
||||||
char dtl_type = device_code.charAt(device_code.length() - 1);
|
char dtl_type = device_code.charAt(device_code.length() - 1);
|
||||||
//判断该点位是否存在未完成的任务
|
//判断该点位是否存在未完成的任务
|
||||||
|
|||||||
Reference in New Issue
Block a user