Commit a6b739b5 by 泽锋 李

优化jit自动备货任务

parent 8879bc18
......@@ -4890,7 +4890,7 @@ where t1.paid_time>=@btime and t1.paid_time<=@etime ";
}
else
{
start_time = task_data.end_time.AddMinutes(-10);
start_time = task_data.end_time.AddHours(-24);
}
task_data.start_time = start_time;
task_data.end_time = end_time;
......
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