Commit 16c73bd9 by qwmqiuwenmin

fix

parent dcc7df51
......@@ -46,6 +46,7 @@ public class DepartmentServiceImpl implements DepartmentService {
tab.setCreateTime(now);
tab.setUpdateTime(now);
tab.setStatusFlag(1);
tab.setRecycleFlag(0);
tab.setDepartmentId(StringUtil.randomUUID());
mapper.insert(tab);
return tab.getDepartmentId();
......
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