remove id #id#
作者:互联网
insert into bus_fund_batch (
id,
type,
target_date,
fund,
status,
sub_next_step,
cut_off_id,
error_msg,
retry_times,
fail_token,
trigger_date,
req_batch_id,
record_id,
created_at,
updated_at,
created_by,
updated_by
)
values (
#id#,
#type#,
#targetDate#,
#fund#,
#status#,
#subNextStep#,
#cutOffId#,
#errorMsg#,
#retryTimes#,
#failToken#,
#triggerDate#,
#reqBatchId#,
#recordId#,
sysdate,
sysdate,
'SYS',
'SYS'
)
标签:status,updated,remove,fund,date,type,id 来源: https://www.cnblogs.com/applejuice/p/12193766.html