fix: レビュー指摘漏れ修正

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2023-10-24 10:43:41 +09:00
parent 3ac4cea903
commit 3feb2268e9

View File

@ -63,7 +63,7 @@ SET @upsert_statement_base =
FROM FROM
internal02.crm_Product_Metrics_vod__c AS internaltb internal02.crm_Product_Metrics_vod__c AS internaltb
WHERE WHERE
internal02.Id = ? internaltb.Id = ?
ON DUPLICATE KEY UPDATE ON DUPLICATE KEY UPDATE
IsDeleted = internaltb.IsDeleted, Name = internaltb.Name, CreatedDate = internaltb.CreatedDate, IsDeleted = internaltb.IsDeleted, Name = internaltb.Name, CreatedDate = internaltb.CreatedDate,
CreatedById = internaltb.CreatedById, LastModifiedDate = internaltb.LastModifiedDate, CreatedById = internaltb.CreatedById, LastModifiedDate = internaltb.LastModifiedDate,