|
@ -105,6 +105,9 @@ async function bindAnxin2pep (ctx) { |
|
|
// 但是有之前的数据
|
|
|
// 但是有之前的数据
|
|
|
if (existRes.del) { |
|
|
if (existRes.del) { |
|
|
// 不过之前的删除了
|
|
|
// 不过之前的删除了
|
|
|
|
|
|
storageData.createUser = userId |
|
|
|
|
|
storageData.updateTime = now.format() |
|
|
|
|
|
storageData.createTime = now.format() |
|
|
await models.ProjectCorrelation.update(storageData, { |
|
|
await models.ProjectCorrelation.update(storageData, { |
|
|
where: { |
|
|
where: { |
|
|
pepProjectId: pepProjectId |
|
|
pepProjectId: pepProjectId |
|
|