Commit dfb061ce authored by wanghao's avatar wanghao

1 指令生成后,就把 柜子的位置信息 设置为 运行中;

parent ff1c02a2
......@@ -522,6 +522,9 @@ public class RobotArmCommandServiceImpl implements IRobotArmCommandService
tTrayInfo.setfStoreyCode(tStoreyInfo.getfStoreyCode());
tTrayInfo.setfBindingTime(new Date());
tTrayInfoMapper.updateTTrayInfo(tTrayInfo);
tStoreyInfo.setfStatus("1");
storeyInfoMapper.updateStatusByCode(tStoreyInfo);
} else {
robotArmCommand.setStoreyCode("待分配位置");
}
......
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