Commit 41d7d158 by 陶光胜

加日志

parent d94e9f00
......@@ -36,6 +36,7 @@ public class StaffServiceImpl implements StaffService {
tab.setUpdateTime(now);
tab.setStaffId(StringUtil.randomUUID());
tab.setStatusFlag(1);
mapper.insertSelective(tab);
return tab.getStaffId();
}
......
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