|
@@ -75,7 +75,7 @@ public class SystemPushConfigServiceImpl implements SystemPushConfigService {
|
|
|
}
|
|
|
Date date = new Date();
|
|
|
SystemPushConfig config = JSONObject.parseObject(JSON.toJSONString(dto), SystemPushConfig.class);
|
|
|
- config.setAccount(primary.getNickname());
|
|
|
+ config.setAccount(primary.getUsername());
|
|
|
config.setAccountId(primary.getId());
|
|
|
config.setAdminId(userId);
|
|
|
config.setCreateTime(date);
|