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'
)
相关文章
- 12-15在当前iframe中, 获取Iframe的id
- 12-15【AUTOSAR-COM】-1-Frame/Message/CAN_ID变周期Periodic发送--API实现
- 12-15(转)FireDAC 获取 INSERT 记录的自增 ID
- 12-15- (void)openURL:(NSURL*)url options:(NSDictionary
- 12-15[Swift]LeetCode546. 移除盒子 | Remove Boxes
- 12-15android-片段YouTubePlayerSupportFragment中的ID重复
- 12-15Hive函数:GROUPING SETS,GROUPING__ID,CUBE,ROLLUP
- 12-15使用 ID3 对 Titanic 进行决策树分类
- 12-15Substance Painter - Blender 低模 高模 烘焙 ID
- 12-15移除元素(remove,remove_if...unique...)