非系统人员状态是临时
This commit is contained in:
parent
3cc0d412ce
commit
013137ba30
|
|
@ -70,7 +70,7 @@ public class ExtEmpServiceImpl extends Service implements ExtEmpService {
|
|||
BeanUtils.copyProperties(param, po);
|
||||
|
||||
po.setId(IdGenerator.generate());
|
||||
po.setStatus("1");
|
||||
po.setStatus("2");
|
||||
po.setCreator((long) user.getUID());
|
||||
po.setModifier((long) user.getUID());
|
||||
Date now = new Date();
|
||||
|
|
|
|||
Loading…
Reference in New Issue