From b9ba7f002b1e654b2e4e418dfe8383bc293cb456 Mon Sep 17 00:00:00 2001 From: geekgeekrun Date: Fri, 4 Oct 2024 07:37:45 +0800 Subject: [PATCH] chore(db): attach __ggr_encryptBossId in BossInfoChangeLog --- packages/sqlite-plugin/src/handlers.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/sqlite-plugin/src/handlers.ts b/packages/sqlite-plugin/src/handlers.ts index 48b7403..35a0c88 100644 --- a/packages/sqlite-plugin/src/handlers.ts +++ b/packages/sqlite-plugin/src/handlers.ts @@ -100,6 +100,7 @@ export async function saveJobInfoFromRecommendPage(ds: DataSource, _jobInfo) { const { bossInfo, brandComInfo, jobInfo } = _jobInfo; bossInfo['__ggr_encryptBrandId'] = brandComInfo.encryptBrandId + bossInfo['__ggr_encryptBossId'] = jobInfo.encryptUserId //#region boss // get origin const bossInfoChangeLogRepository = ds.getRepository(BossInfoChangeLog)