Commit 4f500f25 authored by wanghao's avatar wanghao

1 老化过程中处理设备使用位置编号错误调整

parent 5a25f9cd
...@@ -174,7 +174,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -174,7 +174,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
t_tray_info trayInfo t_tray_info trayInfo
LEFT JOIN t_storey_info storeyInfo ON trayInfo.f_storey_code = storeyInfo.f_storey_code LEFT JOIN t_storey_info storeyInfo ON trayInfo.f_storey_code = storeyInfo.f_storey_code
where storeyInfo.f_ip = #{ip} where storeyInfo.f_ip = #{ip}
) and palDeviceBinding.f_index = #{index} ) and palDeviceBinding.f_number = #{index}
</select> </select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment