Commit bf5a8270 by guanzhenshan

同上

parent da114e9d
...@@ -114,7 +114,7 @@ namespace Bailun.DC.SyncLogisticInfo ...@@ -114,7 +114,7 @@ namespace Bailun.DC.SyncLogisticInfo
cn.Open(); cn.Open();
} }
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'");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment