|
|
|
@ -1332,7 +1332,7 @@ public class ErfExpApplyServiceImpl extends ServiceImpl<ErfExpApplyMapper, ErfEx |
|
|
|
newEntity.setSubmitTime(null); |
|
|
|
|
|
|
|
// 5. 设置创建人信息 |
|
|
|
String creatorName = getUser() != null ? getUser().getUsername() : "系统"; |
|
|
|
String creatorName = getUser() != null ? getUser().getUserDisplay(): "系统"; |
|
|
|
newEntity.setCreatorUserId(currentUserId); |
|
|
|
newEntity.setCreatorName(creatorName); |
|
|
|
newEntity.setCreateTime(new Date()); |
|
|
|
|