Commit 25eb12a1 authored by wanghao's avatar wanghao

1 下料解绑数据调整

parent b7f98770
......@@ -105,7 +105,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</update>
<update id="clearStoreyCodeByStoreyCode" parameterType="string">
update t_tray_info
set f_storey_code = null
set f_storey_code = null,
f_unbinding_time = NOW()
where f_storey_code = #{storeyCode}
</update>
<update id="initStatusByTrayId" parameterType="long">
......
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