标签:gif code stat sed none int clu reset create
<sql id="insertColumn"> data_job_id, ds_info, src_ds_type, dst_ds_type, scene_state, last_checked_time, check_period_ms, last_round_reset_time, round_period_ms, incre_gen_config, full_gen_config, compare_config, create_job_config </sql> <sql id="insertColumnJava"> #{dataJobId}, #{dsInfo}, #{srcDsType}, #{dstDsType}, #{sceneState}, #{lastCheckedTime}, #{checkPeriodMs}, #{lastRoundResetTime}, #{roundPeriodMs}, #{increGenConfig}, #{fullGenConfig}, #{compareConfig}, #{createJobConfig} </sql> <insert id="insertSceneDO"> insert into cloudcanal_scene_instance( <include refid="insertColumn"/> ) VALUES (<include refid="insertColumnJava"/>) </insert>
标签:gif code stat sed none int clu reset create
原文地址:https://www.cnblogs.com/hulian425/p/14750567.html