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'
            )

Guess you like

Origin www.cnblogs.com/applejuice/p/12193766.html