cn.Execute("update job_point_log start_time='"+starttime.ToString("yyyy-MM-dd")+"',end_time='"+endtime.ToString("yyyy-MM-dd")+"' where job_name='dc-base-logisticinfo'");
cn.Execute("update job_point_log start_time='"+starttime.ToString("yyyy-MM-dd HH:mm:ss")+"',end_time='"+endtime.ToString("yyyy-MM-dd HH:mm:ss")+"' where job_name='dc-base-logisticinfo'");