mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-05-17 00:17:37 +08:00
chore(db): attach __ggr_encryptBossId in BossInfoChangeLog
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user