@@ -25,6 +26,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
trayInfo.f_binding_time,
trayInfo.f_unbinding_time,
trayInfo.f_create_time,
trayInfo.f_has_received_nb_code,
( SELECT count( 1 ) FROM t_pallet_device_binding WHERE f_tray_id = trayInfo.f_tray_id AND ( f_motherboard_code != '' ) AND f_unbinding_time IS NULL ) AS boardCount ,
storeyInfo.f_aging_start_time,
storeyInfo.f_estimated_end_time
...
...
@@ -105,23 +107,51 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
update t_tray_info
set f_status = '4' where f_status = '0' and f_tray_id = #{fTrayId}