fix: レビュー指摘漏れ修正
This commit is contained in:
parent
3ac4cea903
commit
3feb2268e9
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user