From 36617a657fb73e43f90af08609017311e4426fe3 Mon Sep 17 00:00:00 2001 From: Nik Afiq Date: Mon, 23 Oct 2023 16:19:42 +0900 Subject: [PATCH] =?UTF-8?q?=E5=89=8A=E9=99=A4=E3=83=95=E3=83=A9=E3=82=B0(d?= =?UTF-8?q?elete=5Fflg)=E3=80=81=E7=99=BB=E9=8C=B2=E8=80=85(ins=5Fuser)?= =?UTF-8?q?=E3=80=81=E7=99=BB=E9=8C=B2=E6=97=A5=E6=99=82(ins=5Fdate)UPDATE?= =?UTF-8?q?=E3=81=8B=E3=82=89=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../internal02/crm_distribution_Call2_Key_Message_vod__c.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rds_mysql/stored_procedure/internal02/crm_distribution_Call2_Key_Message_vod__c.sql b/rds_mysql/stored_procedure/internal02/crm_distribution_Call2_Key_Message_vod__c.sql index bde36950..31792948 100644 --- a/rds_mysql/stored_procedure/internal02/crm_distribution_Call2_Key_Message_vod__c.sql +++ b/rds_mysql/stored_procedure/internal02/crm_distribution_Call2_Key_Message_vod__c.sql @@ -73,8 +73,7 @@ SET @upsert_statement_base = Display_Order_vod__c = internaltb.Display_Order_vod__c, Clm_Presentation_Name_vod__c = internaltb.Clm_Presentation_Name_vod__c, Clm_Presentation_Version_vod__c = internaltb.Clm_Presentation_Version_vod__c, Clm_Presentation_vod__c = internaltb.Clm_Presentation_vod__c, file_name = internaltb.file_name, - file_row_cnt = internaltb.file_row_cnt, delete_flg = internaltb.delete_flg, ins_user = internaltb.ins_user, - ins_date = internaltb.ins_date, upd_user = CURRENT_USER(), upd_date = CURRENT_TIMESTAMP();'; + file_row_cnt = internaltb.file_row_cnt, upd_user = CURRENT_USER(), upd_date = CURRENT_TIMESTAMP();'; OPEN table_cursor;