INSERT INTO `t_st_model_runlog` (id, `modelid`, `run_time`, `run_type`, `run_result`) VALUES (#{item.id},#{item.modelid},#{item.runTime},#{item.runType},#{item.runCommonResult}) delete from t_st_model_runlog where run_time between #{startdate} and #{enddate}