Commit 4b3a82a8 authored by wanghao's avatar wanghao

1 实时数据里面加上 绑定层编号 记录

parent 6b2cc2f6
......@@ -203,7 +203,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</foreach>
</insert>
<update id="updateStoreCodeByTrayId">
update t_pallet_device_binding set f_device_code = #{deviceCode} where f_tray_id = #{trayId}
update t_pallet_device_binding set f_storey_code = #{storeCode} where f_tray_id = #{fTrayId}
</update>
<update id="resetAll" parameterType="long">
update t_pallet_device_binding
......
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