|
@@ -774,7 +774,7 @@ public class ApproveLogBusinessImpl implements IApproveLogBusiness {
|
|
|
BaseSecurityUser currentUser = UserContextUtils.getCurrentUser();
|
|
|
if (currentUser != null) {
|
|
|
createUser = currentUser.getIdcard();
|
|
|
- createUserName = currentUser.getUserName();
|
|
|
+ createUserName = currentUser.getName();
|
|
|
} else {
|
|
|
// 没有用户登陆的话使用凭据作为操作人
|
|
|
String idcard = ProofsUtil.getIdcard();
|