mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-05-11 18:09:50 +08:00
add the view for display auto start chat record
This commit is contained in:
@@ -6,6 +6,7 @@ const { ViewEntity, ViewColumn } = requireTypeorm();
|
||||
user_info.name as userName,
|
||||
chat_startup_log.date,
|
||||
boss_info.name AS bossName,
|
||||
boss_info.title AS bossTitle,
|
||||
company_info.name AS companyName
|
||||
FROM
|
||||
chat_startup_log
|
||||
@@ -58,6 +59,9 @@ export class VChatStartupLog {
|
||||
@ViewColumn()
|
||||
bossName: string;
|
||||
|
||||
@ViewColumn()
|
||||
bossTitle: string;
|
||||
|
||||
@ViewColumn()
|
||||
companyName: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user