非系统人员状态是临时

This commit is contained in:
钱涛 2023-07-19 17:07:38 +08:00
parent 3cc0d412ce
commit 013137ba30
1 changed files with 1 additions and 1 deletions

View File

@ -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();