Commit 90bea7b0 by fudahua

小程序1fix

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