Commit 90bea7b0 by fudahua

小程序1fix

parent 268830cc
......@@ -139,6 +139,7 @@ public class HandoverServiceImpl implements HandoverService {
handoverStaff.setUpdateTime(new Date());
handoverStaffMapper.updateByPrimaryKeySelective(handoverStaff);
} else {
handoverStaff.setHandoverStaffId(ToolUtil.randomUUID());
handoverStaffMapper.insertSelective(handoverStaff);
}
}
......
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