Commit a96a2b23 authored by wangdawei's avatar wangdawei

valid

parent eb727a63
......@@ -112,7 +112,7 @@ bool getTaskInfo(
uint32_t end_sec;
getline(iss, subline, ',');
std::istringstream(subline) >> start_week;
if(start_week > 1e10){
if(start_week > 1e9){
taskInfo.startTime = start_week;
uint32_t end_time;
getline(iss, subline, ',');
......
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